Home
last modified time | relevance | path

Searched refs:IsCurrentFrameCompiled (Results 1 – 6 of 6) sorted by relevance

/ark/runtime_core/runtime/bridge/
Dbridge.cpp55 bool prev_frame_kind = thread->IsCurrentFrameCompiled(); in InvokeInterpreter()
/ark/runtime_core/runtime/
Dstack_walker.cpp27 …: StackWalker(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->GetNativePc(), … in StackWalker()
31 …StackWalker(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->GetNativePc(), po… in StackWalker()
48 …frame_ = GetTopFrameFromFp(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->Ge… in Reset()
/ark/runtime_core/runtime/include/
Dmethod-inl.h44 bool is_compiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode()
125 auto is_compiled = thread->IsCurrentFrameCompiled(); in InvokeInterpretedCode()
Dmanaged_thread.h79 if (IsCurrentFrameCompiled()) { in GetFrame()
87 bool IsCurrentFrameCompiled() const in IsCurrentFrameCompiled() function
/ark/runtime_core/runtime/entrypoints/
Dentrypoints.cpp106 auto is_compiled_code = thread->IsCurrentFrameCompiled(); in InterpreterEntryPoint()
/ark/runtime_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb36 ASSERT(!thread->IsCurrentFrameCompiled());