MCPcopy Create free account
hub / github.com/beefytech/Beef / GetInnerMethod

Method GetInnerMethod

IDEHelper/Compiler/BfCompiler.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311BfHotInnerMethod* BfCompiler::HotData::GetInnerMethod(BfHotMethod* hotMethod)
312{
313 return AllocFromMap(mInnerMethods, hotMethod);
314}
315
316BfHotVirtualDeclaration* BfCompiler::HotData::GetVirtualDeclaration(BfHotMethod* hotMethod)
317{

Callers 1

AddHotDataReferencesMethod · 0.80

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected