Searched refs:IsCurrentFrameCompiled (Results 1 – 8 of 8) sorted by relevance
67 bool prevFrameKind = thread->IsCurrentFrameCompiled(); in InvokeInterpreter()
118 bool isCompiled = thread->IsCurrentFrameCompiled(); in CompiledCodeExecute()171 bool isCompiled = thread->IsCurrentFrameCompiled(); in InvokeCompiledCode()233 auto isCompiled = thread->IsCurrentFrameCompiled(); in InvokeEntry()
80 if (IsCurrentFrameCompiled()) { in GetFrame()88 bool IsCurrentFrameCompiled() const in IsCurrentFrameCompiled() function
34 …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()
502 ASSERT(coro->IsCurrentFrameCompiled()); in CreateLocalScope()512 ASSERT(coro->IsCurrentFrameCompiled()); in CompilerDestroyLocalScope()
306 bool isCompiled = mthread->IsCurrentFrameCompiled(); in SigProfSamplingProfilerHandler()
50 ASSERT(!thread->IsCurrentFrameCompiled());
114 auto isCompiledCode = thread->IsCurrentFrameCompiled(); in InterpreterEntryPoint()