Searched refs:GetCompiledCodeToInterpreterBridge (Results 1 – 5 of 5) sorted by relevance
53 const void *GetCompiledCodeToInterpreterBridge(const Method *method);55 const void *GetCompiledCodeToInterpreterBridge();
33 const void *GetCompiledCodeToInterpreterBridge(const Method *method) in GetCompiledCodeToInterpreterBridge() function50 const void *GetCompiledCodeToInterpreterBridge() in GetCompiledCodeToInterpreterBridge() function
210 : GetCompiledCodeToInterpreterBridge(method), in Method()391 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()398 return entry_point != GetCompiledCodeToInterpreterBridge() && in HasCompiledCode()
109 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in IncrementHotnessCounter()
382 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()