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

Method GetAllocation

IDEHelper/Compiler/BfCompiler.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296BfHotAllocation* BfCompiler::HotData::GetAllocation(BfHotTypeVersion* hotVersion)
297{
298 return AllocFromMap(mAllocation, hotVersion);
299}
300
301BfHotDevirtualizedMethod* BfCompiler::HotData::GetDevirtualizedMethod(BfHotMethod* hotMethod)
302{

Callers 1

AddHotDataReferencesMethod · 0.80

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected