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

Method MapFunctionId

IDEHelper/Compiler/CeMachine.cpp:10465–10471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10463}
10464
10465void CeMachine::MapFunctionId(CeFunction* ceFunction)
10466{
10467 if ((mCeModule->mSystem->mPtrSize == 8) && (mDebugger == NULL))
10468 return;
10469 ceFunction->mId = ++mCurFunctionId;
10470 mFunctionIdMap[ceFunction->mId] = ceFunction;
10471}
10472
10473CeFunction* CeMachine::GetFunction(BfMethodInstance* methodInstance, BfIRValue func, bool& added)
10474{

Callers 1

BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected