Home
last modified time | relevance | path

Searched refs:SetCurrentFrameIsCompiled (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.cpp23 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in PandaRunnerHookAArch64()
32 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in PandaRunnerHook()
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h148 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
156 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
170 ManagedThread::GetCurrent()->SetCurrentFrameIsCompiled(true); in Hook()
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp69 thread->SetCurrentFrameIsCompiled(false); in InvokeInterpreter()
122 thread->SetCurrentFrameIsCompiled(prevFrameKind); in InvokeInterpreter()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h123 thread->SetCurrentFrameIsCompiled(isCompiled); in CompiledCodeExecute()
201 thread->SetCurrentFrameIsCompiled(isCompiled); in InvokeCompiledCode()
234 thread->SetCurrentFrameIsCompiled(false); in InvokeEntry()
261 thread->SetCurrentFrameIsCompiled(true); in InvokeEntry()
Dmanaged_thread.h93 void SetCurrentFrameIsCompiled(bool value) in SetCurrentFrameIsCompiled() function
/arkcompiler/runtime_core/static_core/runtime/
Ddeoptimization.cpp199 thread->SetCurrentFrameIsCompiled(true); in InvalidateCompiledEntryPoint()
Dosr.cpp178 thread->SetCurrentFrameIsCompiled(true); in PrepareOsrEntry()
/arkcompiler/runtime_core/static_core/docs/
Ddeoptimization.md105 thread->SetCurrentFrameIsCompiled(false);
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp115 thread->SetCurrentFrameIsCompiled(false); in InterpreterEntryPoint()
117 thread->SetCurrentFrameIsCompiled(isCompiledCode); in InterpreterEntryPoint()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3396 this->GetThread()->SetCurrentFrameIsCompiled(false); in CallCompiledCode()