Searched refs:GetCompiledCodeToInterpreterBridge (Results 1 – 5 of 5) sorted by relevance
41 PANDA_PUBLIC_API const void *GetCompiledCodeToInterpreterBridge(const Method *method);43 PANDA_PUBLIC_API const void *GetCompiledCodeToInterpreterBridge();
28 const void *GetCompiledCodeToInterpreterBridge(const Method *method) in GetCompiledCodeToInterpreterBridge() function45 const void *GetCompiledCodeToInterpreterBridge() in GetCompiledCodeToInterpreterBridge() function
199 : GetCompiledCodeToInterpreterBridge(method), in Method()395 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()402 return entryPoint != GetCompiledCodeToInterpreterBridge() && in HasCompiledCode()
1399 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounter()1408 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounterDyn()
435 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()