Searched refs:IsAsyncDeoptimizeable (Results 1 – 10 of 10) sorted by relevance
39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc())) { in Java_Main_lookForMyRegisters()
94 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
370 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
1558 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()1578 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()
859 bool IsAsyncDeoptimizeable(uintptr_t code) const REQUIRES_SHARED(Locks::mutator_lock_);
2968 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
3664 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
198 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc()))) { in Java_Main_getThisOfCaller()
1269 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
723 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller_pc)) { in artQuickToInterpreterBridge()