/art/runtime/ |
D | art_method-inl.h | 60 if (!IsRuntimeMethod()) { in GetDeclaringClass() 82 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved()); in GetMethodIndex() 130 if (!IsRuntimeMethod()) { in IsCalleeSaveMethod() 147 DCHECK(!result || IsRuntimeMethod()); in IsResolutionMethod() 154 DCHECK(!result || IsRuntimeMethod()); in IsImtUnimplementedMethod() 311 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 | monitor_objects_stack_visitor.cc | 27 if (m->IsRuntimeMethod()) { in VisitFrame()
|
D | instrumentation.cc | 137 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo() 306 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack() 337 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack() 355 m->IsRuntimeMethod() ? nullptr : GetThisObject(), in InstrumentationInstallStack() 419 if (!isi->interpreter_entry_ && !isi->method_->IsRuntimeMethod()) { in InstrumentationInstallStack() 482 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack() 1154 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl() 1371 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType() 1392 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty() 1472 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame() [all …]
|
D | check_reference_map_visitor.h | 43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
|
D | stack.cc | 512 if (method != nullptr && !method->IsRuntimeMethod()) { in GetNextMethodAndDexPc() 580 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 623 if (!method->IsRuntimeMethod()) { in SanityCheckFrame() 708 if (method->IsRuntimeMethod()) { in GetCurrentQuickFrameInfo() 909 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
|
D | quick_exception_handler.cc | 104 if (method->IsRuntimeMethod()) { in VisitFrame() 403 } else if (method->IsRuntimeMethod()) { in VisitFrame() 684 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
|
D | art_method.h | 468 DCHECK(IsRuntimeMethod()); in GetImtConflictTable() 473 DCHECK(IsRuntimeMethod()); in SetImtConflictTable() 554 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod() function
|
D | class_linker-inl.h | 314 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod() 354 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
|
D | art_method.cc | 578 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader() 807 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod() 870 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
|
D | runtime.cc | 2187 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod() 2209 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod() 2230 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod() 2614 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod() 2620 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
|
D | cha.cc | 198 method->IsRuntimeMethod() || in VisitFrame()
|
D | thread.cc | 2665 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame() 2670 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame() 2757 if (m->IsRuntimeMethod()) { in VisitFrame() 3652 if (m->IsRuntimeMethod()) { in GetCurrentMethod() 3775 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback() 3822 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
|
D | monitor.cc | 203 if (m->IsRuntimeMethod()) { in Install() 305 if (m == nullptr || m->IsRuntimeMethod()) { in AtraceMonitorLockImpl()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
|
/art/test/1945-proxy-method-arguments/ |
D | get_args.cc | 40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/art/openjdkjvmti/ |
D | ti_stack.h | 102 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
D | events.cc | 582 if (!method->IsRuntimeMethod() && in MethodEntered() 599 if (!method->IsRuntimeMethod() && in MethodExited() 626 if (!method->IsRuntimeMethod() && in MethodExited() 654 if (!method->IsRuntimeMethod() && in MethodUnwind() 684 DCHECK(!method->IsRuntimeMethod()); in DexPcMoved() 839 if (method->IsRuntimeMethod()) { in FindCatchMethodsFromThrow()
|
D | ti_stack.cc | 87 if (m->IsRuntimeMethod()) { in VisitFrame() 690 if (m != nullptr && !m->IsRuntimeMethod()) { in Run() 750 if (m != nullptr && !m->IsRuntimeMethod()) { in Run() 843 if (!GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/art/test/common/ |
D | stack_inspect.cc | 86 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
|
/art/runtime/gc/ |
D | allocation_record.cc | 207 if (m != nullptr && !m->IsRuntimeMethod()) { in RecordAllocation()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 92 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod() 540 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1318 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 2688 DCHECK(!interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline() 2692 if (LIKELY(conflict_method->IsRuntimeMethod())) { in artInvokeInterfaceTrampoline() 2722 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1083 if (method != nullptr && !method->IsRuntimeMethod()) { in AddMethodPointerArray() 2095 if (imt_method->IsRuntimeMethod() && in TryAssignBinSlot() 2177 if (method->IsRuntimeMethod()) { in AssignMethodOffset() 2320 CHECK(m->IsRuntimeMethod()); in CalculateNewObjectOffsets() 3432 if (orig->IsRuntimeMethod()) { in CopyAndFixupMethod() 3450 CHECK(copy->IsRuntimeMethod()); in CopyAndFixupMethod()
|