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->GetOuterMethod(), in Java_Main_lookForMyRegisters()
/art/runtime/
Dcheck_reference_map_visitor.h95 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
Dquick_exception_handler.cc480 !Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), in VisitFrame()
Druntime.h910 EXPORT bool IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const
Dinstrumentation.cc1779 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)) { in ShouldDeoptimizeCaller()
Druntime.cc3054 bool Runtime::IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
Dthread.cc3967 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.GetOuterMethod(), visitor.caller_pc)) { in QuickDeliverException()
/art/test/common/
Dstack_inspect.cc200 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetOuterMethod(), in Java_Main_getThisOfCaller()
/art/openjdkjvmti/
Devents.cc1253 !runtime_->IsAsyncDeoptimizeable(&m, reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc755 DCHECK(Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)); in artQuickToInterpreterBridge()