Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetVirtualDeclaration
Method
GetVirtualDeclaration
IDEHelper/Compiler/BfCompiler.cpp:316–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
BfHotVirtualDeclaration* BfCompiler::HotData::GetVirtualDeclaration(BfHotMethod* hotMethod)
317
{
318
return AllocFromMap(mVirtualDecls, hotMethod);
319
}
320
321
BfCompiler::HotState::~HotState()
322
{
Callers
1
SlotVirtualMethod
Method · 0.80
Calls
1
AllocFromMap
Function · 0.85
Tested by
no test coverage detected