Searched defs:is_compiled (Results 1 – 2 of 2) sorted by relevance
122 bool is_compiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute() local179 bool is_compiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode() local234 auto is_compiled = thread->IsCurrentFrameCompiled(); in InvokeInterpretedCode() local
359 void StackWalkerTest::TestModifyManyVregs(bool is_compiled) in TestModifyManyVregs()