Home
last modified time | relevance | path

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

/art/test/543-env-long-ref/
Denv_long_ref.cc39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc())) { in Java_Main_lookForMyRegisters()
/art/runtime/
Dcheck_reference_map_visitor.h94 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
Dquick_exception_handler.cc370 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
Dinstrumentation.cc1686 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()
1706 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()
Druntime.h893 bool IsAsyncDeoptimizeable(uintptr_t code) const REQUIRES_SHARED(Locks::mutator_lock_);
Druntime.cc3046 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
Dthread.cc3753 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
/art/test/common/
Dstack_inspect.cc198 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc()))) { in Java_Main_getThisOfCaller()
/art/openjdkjvmti/
Devents.cc1262 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc726 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller_pc)) { in artQuickToInterpreterBridge()