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

Method GetFunctionReference

IDEHelper/Compiler/BfCompiler.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306BfHotFunctionReference* BfCompiler::HotData::GetFunctionReference(BfHotMethod* hotMethod)
307{
308 return AllocFromMap(mFuncPtrs, hotMethod);
309}
310
311BfHotInnerMethod* BfCompiler::HotData::GetInnerMethod(BfHotMethod* hotMethod)
312{

Callers 1

AddHotDataReferencesMethod · 0.80

Calls 1

AllocFromMapFunction · 0.85

Tested by

no test coverage detected