Searched refs:GetCompiledEntryPoint (Results 1 – 4 of 4) sorted by relevance
198 compiledEntryPoint_.store(method->IsNative() ? method->GetCompiledEntryPoint() in Method()369 const void *GetCompiledEntryPoint() in GetCompiledEntryPoint() function376 const void *GetCompiledEntryPoint() const in GetCompiledEntryPoint() function399 auto entryPoint = GetCompiledEntryPoint(); in HasCompiledCode()
251 …oint = reinterpret_cast<uintptr_t>((reinterpret_cast<Method *>(pmethod))->GetCompiledEntryPoint()); in FindCompilerEntrypoint()
134 codeEntry = cframe.GetMethod()->GetCompiledEntryPoint(); in CreateCFrame()
1359 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounter()1368 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounterDyn()