Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp67 bool prevFrameKind = thread->IsCurrentFrameCompiled(); in InvokeInterpreter()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h118 bool isCompiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute()
171 bool isCompiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode()
233 auto isCompiled = thread->IsCurrentFrameCompiled(); in InvokeEntry()
Dmanaged_thread.h80 if (IsCurrentFrameCompiled()) { in GetFrame()
88 bool IsCurrentFrameCompiled() const in IsCurrentFrameCompiled() function
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp34 …StackWalker(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->GetNativePc(), po… in Create()
38 …return StackWalker(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->GetNativeP… in Create()
52 …frame_ = GetTopFrameFromFp(thread->GetCurrentFrame(), thread->IsCurrentFrameCompiled(), thread->Ge… in Reset()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp502 ASSERT(coro->IsCurrentFrameCompiled()); in CreateLocalScope()
512 ASSERT(coro->IsCurrentFrameCompiled()); in CompilerDestroyLocalScope()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp306 bool isCompiled = mthread->IsCurrentFrameCompiled(); in SigProfSamplingProfilerHandler()
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb50 ASSERT(!thread->IsCurrentFrameCompiled());
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp114 auto isCompiledCode = thread->IsCurrentFrameCompiled(); in InterpreterEntryPoint()