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
189 : GetCompiledCodeToInterpreterBridge(method), in Method()383 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()390 return entryPoint != GetCompiledCodeToInterpreterBridge() && in HasCompiledCode()
1333 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounter()1342 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounterDyn()
380 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()