Home
last modified time | relevance | path

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

/aosp12/art/test/543-env-long-ref/
H A Denv_long_ref.cc39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc())) { in Java_Main_lookForMyRegisters()
/aosp12/art/runtime/
H A Dcheck_reference_map_visitor.h94 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
H A Dquick_exception_handler.cc370 !Runtime::Current()->IsAsyncDeoptimizeable(GetCurrentQuickFramePc())) { in VisitFrame()
H A Dinstrumentation.cc1558 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()
1578 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc_addr)) { in PopInstrumentationStackFrame()
H A Druntime.h859 bool IsAsyncDeoptimizeable(uintptr_t code) const REQUIRES_SHARED(Locks::mutator_lock_);
H A Druntime.cc2968 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
H A Dthread.cc3664 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
/aosp12/art/test/common/
H A Dstack_inspect.cc198 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetCurrentQuickFramePc()))) { in Java_Main_getThisOfCaller()
/aosp12/art/openjdkjvmti/
H A Devents.cc1269 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc723 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller_pc)) { in artQuickToInterpreterBridge()