/art/runtime/ |
D | art_method-inl.h | 60 if (!IsRuntimeMethod()) { in GetDeclaringClass() 82 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved()); in GetMethodIndex() 132 if (!IsRuntimeMethod()) { in IsCalleeSaveMethod() 149 DCHECK(!result || IsRuntimeMethod()); in IsResolutionMethod() 156 DCHECK(!result || IsRuntimeMethod()); in IsImtUnimplementedMethod() 313 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 | 150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo() 344 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack() 370 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack() 388 m->IsRuntimeMethod() ? nullptr : GetThisObject().Ptr(), in InstrumentationInstallStack() 445 if (!isi->second.interpreter_entry_ && !isi->second.method_->IsRuntimeMethod()) { in InstrumentationInstallStack() 508 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack() 1205 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl() 1422 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType() 1443 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty() 1527 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame() [all …]
|
D | check_reference_map_visitor.h | 46 m->IsRuntimeMethod() || in VisitFrame()
|
D | stack.cc | 610 if (method != nullptr && !method->IsRuntimeMethod()) { in GetNextMethodAndDexPc() 678 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 721 if (!method->IsRuntimeMethod()) { in ValidateFrame() 796 if (method->IsRuntimeMethod()) { in GetCurrentQuickFrameInfo() 944 } else if (!instrumentation_frame.method_->IsRuntimeMethod()) { in WalkStack() 974 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
|
D | quick_exception_handler.cc | 93 if (method->IsRuntimeMethod()) { in VisitFrame() 358 } else if (method->IsRuntimeMethod()) { in VisitFrame() 683 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
|
D | art_method.h | 508 DCHECK(IsRuntimeMethod()); in GetImtConflictTable() 514 DCHECK(IsRuntimeMethod()); in SetImtConflictTable() 588 DCHECK(IsNative() || IsRuntimeMethod()); in SetEntryPointFromJni() 610 ALWAYS_INLINE bool IsRuntimeMethod() const { in IsRuntimeMethod() function
|
D | art_method.cc | 569 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader() 811 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod() 874 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
|
D | class_linker-inl.h | 318 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod() 358 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
|
D | runtime.cc | 2272 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod() 2294 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod() 2317 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod() 2699 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod() 2705 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
|
D | cha.cc | 198 method->IsRuntimeMethod() || in VisitFrame()
|
D | thread.cc | 2671 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame() 2676 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame() 2762 if (m->IsRuntimeMethod()) { in VisitFrame() 3650 if (m->IsRuntimeMethod()) { in GetCurrentMethod() 3800 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback() 3847 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
|
/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 | 107 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
D | events.cc | 632 if (!method->IsRuntimeMethod() && in MethodEntered() 651 if (method->IsRuntimeMethod()) { in MethodExited() 755 if (!method->IsRuntimeMethod() && in MethodUnwind() 785 DCHECK(!method->IsRuntimeMethod()); in DexPcMoved() 949 if (method->IsRuntimeMethod()) { in FindCatchMethodsFromThrow()
|
D | ti_stack.cc | 104 if (m->IsRuntimeMethod()) { in VisitFrame() 707 if (m != nullptr && !m->IsRuntimeMethod()) { in Run() 767 if (m != nullptr && !m->IsRuntimeMethod()) { in Run() 860 if (!GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/art/test/common/ |
D | stack_inspect.cc | 90 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
|
/art/runtime/gc/ |
D | allocation_record.cc | 202 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 | 93 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod() 534 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1236 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 2435 DCHECK(!interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline() 2439 if (LIKELY(conflict_method->IsRuntimeMethod())) { in artInvokeInterfaceTrampoline() 2469 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 748 if (method != nullptr && !method->IsRuntimeMethod()) { in AddMethodPointerArray() 1682 if (imt_method->IsRuntimeMethod() && in RecordNativeRelocations() 1753 if (method->IsRuntimeMethod()) { in AssignMethodOffset() 2432 CHECK(m->IsRuntimeMethod()); in CalculateNewObjectOffsets() 3427 if (orig->IsRuntimeMethod()) { in CopyAndFixupMethod() 3448 CHECK(copy->IsRuntimeMethod()); in CopyAndFixupMethod()
|
/art/runtime/jit/ |
D | jit.cc | 298 DCHECK(!method->IsRuntimeMethod()); in CompileMethod() 1095 if (method.IsRuntimeMethod()) { in MapBootImageMethods()
|