/art/runtime/ |
D | art_method-inl.h | 61 if (!IsRuntimeMethod()) { in GetDeclaringClass() 89 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved()); in GetMethodIndex() 100 CHECK(IsRuntimeMethod() || in GetDexMethodIndex() 147 if (!IsRuntimeMethod()) { in IsCalleeSaveMethod() 164 DCHECK(!result || IsRuntimeMethod()); in IsResolutionMethod() 171 DCHECK(!result || IsRuntimeMethod()); in IsImtUnimplementedMethod() 336 DCHECK(!IsRuntimeMethod()) << "ArtMethod::IsProxyMethod called on a runtime method"; in IsProxyMethod()
|
D | nth_caller_visitor.h | 40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
|
D | instrumentation.cc | 245 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack() 275 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack() 293 m->IsRuntimeMethod() ? nullptr : GetThisObject(), in InstrumentationInstallStack() 418 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack() 1011 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl() 1243 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType() 1266 if (m != nullptr && !m->IsRuntimeMethod()) { in VisitFrame() 1325 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame() 1326 if (method->IsRuntimeMethod()) { in PopInstrumentationStackFrame() 1370 if (!method->IsRuntimeMethod() && !instrumentation_frame.interpreter_entry_) { in PopInstrumentationStackFrame() [all …]
|
D | monitor_objects_stack_visitor.h | 59 if (m->IsRuntimeMethod()) { in VisitFrame()
|
D | check_reference_map_visitor.h | 43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
|
D | stack.cc | 531 if (method != nullptr && !method->IsRuntimeMethod()) { in GetNextMethodAndDexPc() 597 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 640 if (!method->IsRuntimeMethod()) { in SanityCheckFrame() 725 if (method->IsRuntimeMethod()) { in GetCurrentQuickFrameInfo() 923 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
|
D | art_method.cc | 605 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader() 785 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod() 820 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper() 831 CHECK(IsRuntimeMethod() || in GetAccessFlagsDCheck()
|
D | quick_exception_handler.cc | 92 if (method->IsRuntimeMethod()) { in VisitFrame() 339 } else if (method->IsRuntimeMethod()) { in VisitFrame() 678 } else if (method->IsRuntimeMethod()) { in VisitFrame()
|
D | art_method.h | 465 DCHECK(IsRuntimeMethod()); in GetImtConflictTable() 470 DCHECK(IsRuntimeMethod()); in SetImtConflictTable() 558 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod() function
|
D | class_linker-inl.h | 249 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod() 289 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
|
D | runtime.cc | 2075 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod() 2097 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod() 2118 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod() 2463 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod() 2469 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
|
D | cha.cc | 198 method->IsRuntimeMethod() || in VisitFrame()
|
D | thread.cc | 2462 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame() 2467 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame() 2553 if (m->IsRuntimeMethod()) { in VisitFrame() 3420 if (m->IsRuntimeMethod()) { in VisitFrame() 3555 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback() 3602 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
|
D | monitor.cc | 196 if (m->IsRuntimeMethod()) { in Install() 282 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 49 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
|
/art/openjdkjvmti/ |
D | ti_stack.h | 100 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
D | events.cc | 488 if (!method->IsRuntimeMethod() && in MethodEntered() 505 if (!method->IsRuntimeMethod() && in MethodExited() 531 if (!method->IsRuntimeMethod() && in MethodExited() 558 if (!method->IsRuntimeMethod() && in MethodUnwind() 588 DCHECK(!method->IsRuntimeMethod()); in DexPcMoved() 737 if (method->IsRuntimeMethod()) { in FindCatchMethodsFromThrow()
|
D | ti_stack.cc | 84 if (m->IsRuntimeMethod()) { in VisitFrame() 663 const bool do_count = !(m == nullptr || m->IsRuntimeMethod()); in VisitFrame() 735 const bool do_count = !(m == nullptr || m->IsRuntimeMethod()); in VisitFrame() 843 if (!GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/art/test/common/ |
D | stack_inspect.cc | 86 prev_was_runtime_ = GetMethod()->IsRuntimeMethod(); in VisitFrame()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 126 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
|
/art/runtime/gc/ |
D | allocation_record.cc | 205 if (m != nullptr && !m->IsRuntimeMethod()) { in VisitFrame()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 88 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod() 555 if (!imt_method->IsRuntimeMethod()) { in FindMethodFromCode()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 507 if (method != nullptr && !method->IsRuntimeMethod()) { in AddMethodPointerArray() 1472 if (imt_method->IsRuntimeMethod() && in TryAssignBinSlot() 1555 if (method->IsRuntimeMethod()) { in AssignMethodOffset() 1694 CHECK(m->IsRuntimeMethod()); in CalculateNewObjectOffsets() 2624 if (orig->IsRuntimeMethod()) { in CopyAndFixupMethod() 2644 CHECK(copy->IsRuntimeMethod()); in CopyAndFixupMethod()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1305 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 2682 DCHECK(!interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline() 2686 if (LIKELY(conflict_method->IsRuntimeMethod())) { in artInvokeInterfaceTrampoline() 2716 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
|