Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/543-env-long-ref/
H A Denv_long_ref.cc39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetOuterMethod(), in Java_Main_lookForMyRegisters()
/aosp_15_r20/art/runtime/
H A Dcheck_reference_map_visitor.h95 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
H A Dquick_exception_handler.cc480 !Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), in VisitFrame()
H A Druntime.h913 EXPORT bool IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const
H A Dinstrumentation.cc1810 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)) { in ShouldDeoptimizeCaller()
H A Druntime.cc3058 bool Runtime::IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
H A Dthread.cc4014 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.GetOuterMethod(), visitor.caller_pc)) { in QuickDeliverException()
/aosp_15_r20/art/test/common/
H A Dstack_inspect.cc200 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetOuterMethod(), in Java_Main_getThisOfCaller()
/aosp_15_r20/art/openjdkjvmti/
H A Devents.cc1253 !runtime_->IsAsyncDeoptimizeable(&m, reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc822 DCHECK(Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)); in artQuickToInterpreterBridge()