Home
last modified time | relevance | path

Searched defs:is_compiled (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h122 bool is_compiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute() local
179 bool is_compiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode() local
234 auto is_compiled = thread->IsCurrentFrameCompiled(); in InvokeInterpretedCode() local
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp359 void StackWalkerTest::TestModifyManyVregs(bool is_compiled) in TestModifyManyVregs()