Searched refs:IsAsyncDeoptimizeable (Results 1 – 7 of 7) sorted by relevance
1385 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) { in PopInstrumentationStackFrame()1405 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) { in PopInstrumentationStackFrame()
351 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
721 bool IsAsyncDeoptimizeable(uintptr_t code) const REQUIRES_SHARED(Locks::mutator_lock_);
2501 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
3357 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
972 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
840 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller_pc)) { in artQuickToInterpreterBridge()