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

Method GetMethodInstance

IDEHelper/Compiler/CeMachine.cpp:10618–10624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10616}
10617
10618BfMethodInstance* CeMachine::GetMethodInstance(int64 methodHandle)
10619{
10620 BfMethodInstance* methodInstance = (BfMethodInstance*)(intptr)methodHandle;
10621 if (!mMethodInstanceSet.Contains(methodInstance))
10622 return NULL;
10623 return methodInstance;
10624}
10625
10626BfFieldInstance* CeMachine::GetFieldInstance(int64 fieldHandle)
10627{

Callers 3

NextMethod · 0.45
ExecuteMethod · 0.45
GetTypeInfoMethod · 0.45

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected