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

Method GetDevirtualizedMethod

IDEHelper/Compiler/BfCompiler.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301BfHotDevirtualizedMethod* BfCompiler::HotData::GetDevirtualizedMethod(BfHotMethod* hotMethod)
302{
303 return AllocFromMap(mDevirtualizedMethods, hotMethod);
304}
305
306BfHotFunctionReference* BfCompiler::HotData::GetFunctionReference(BfHotMethod* hotMethod)
307{

Callers 1

AddHotDataReferencesMethod · 0.80

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected