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

Method GetThisType

IDEHelper/Compiler/BfCompiler.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291BfHotThisType* BfCompiler::HotData::GetThisType(BfHotTypeVersion* hotVersion)
292{
293 return AllocFromMap(mThisType, hotVersion);
294}
295
296BfHotAllocation* BfCompiler::HotData::GetAllocation(BfHotTypeVersion* hotVersion)
297{

Callers 7

SetupIRMethodMethod · 0.45
AddHotDataReferencesMethod · 0.45
DoMethodDeclarationMethod · 0.45
CastToFunctionMethod · 0.45
CreateCallMethod · 0.45
PushThisMethod · 0.45

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected