Home
last modified time | relevance | path

Searched refs:GetCompiledEntryPoint (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h198 compiledEntryPoint_.store(method->IsNative() ? method->GetCompiledEntryPoint() in Method()
369 const void *GetCompiledEntryPoint() in GetCompiledEntryPoint() function
376 const void *GetCompiledEntryPoint() const in GetCompiledEntryPoint() function
399 auto entryPoint = GetCompiledEntryPoint(); in HasCompiledCode()
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp251 …oint = reinterpret_cast<uintptr_t>((reinterpret_cast<Method *>(pmethod))->GetCompiledEntryPoint()); in FindCompilerEntrypoint()
Dstack_walker.cpp134 codeEntry = cframe.GetMethod()->GetCompiledEntryPoint(); in CreateCFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1359 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounter()
1368 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounterDyn()