Searched refs:IsAsyncDeoptimizeable (Results 1 – 10 of 10) sorted by relevance
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 39 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetOuterMethod(), in Java_Main_lookForMyRegisters()
|
/art/runtime/ |
D | check_reference_map_visitor.h | 95 if (!Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), GetCurrentQuickFramePc())) { in CheckOptimizedMethod()
|
D | quick_exception_handler.cc | 480 !Runtime::Current()->IsAsyncDeoptimizeable(GetOuterMethod(), in VisitFrame()
|
D | runtime.h | 910 EXPORT bool IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const
|
D | instrumentation.cc | 1779 if (!Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)) { in ShouldDeoptimizeCaller()
|
D | runtime.cc | 3054 bool Runtime::IsAsyncDeoptimizeable(ArtMethod* method, uintptr_t code) const { in IsAsyncDeoptimizeable() function in art::Runtime
|
D | thread.cc | 3967 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.GetOuterMethod(), visitor.caller_pc)) { in QuickDeliverException()
|
/art/test/common/ |
D | stack_inspect.cc | 200 !Runtime::Current()->IsAsyncDeoptimizeable(stack_visitor->GetOuterMethod(), in Java_Main_getThisOfCaller()
|
/art/openjdkjvmti/ |
D | events.cc | 1253 !runtime_->IsAsyncDeoptimizeable(&m, reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 755 DCHECK(Runtime::Current()->IsAsyncDeoptimizeable(caller, caller_pc)); in artQuickToInterpreterBridge()
|