MCPcopy 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
316BfHotVirtualDeclaration* BfCompiler::HotData::GetVirtualDeclaration(BfHotMethod* hotMethod)
317{
318 return AllocFromMap(mVirtualDecls, hotMethod);
319}
320
321BfCompiler::HotState::~HotState()
322{

Callers 1

SlotVirtualMethodMethod · 0.80

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected