Home
last modified time | relevance | path

Searched refs:IsAsyncDeoptimizeable (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dinstrumentation.cc1385 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) { in PopInstrumentationStackFrame()
1405 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) { in PopInstrumentationStackFrame()
Dquick_exception_handler.cc351 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
Druntime.h721 bool IsAsyncDeoptimizeable(uintptr_t code) const REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc2501 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
Dthread.cc3357 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
/art/openjdkjvmti/
Devents.cc972 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc840 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller_pc)) { in artQuickToInterpreterBridge()