/aosp12/art/runtime/ |
H A 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() 321 DCHECK(!IsRuntimeMethod()) << "ArtMethod::IsProxyMethod called on a runtime method"; in IsProxyMethod()
|
H A D | instrumentation.cc | 150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo() 344 if (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() 1185 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl() 1402 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType() 1423 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty() 1490 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame() 1491 if (method->IsRuntimeMethod()) { in PopInstrumentationStackFrame() [all …]
|
H A D | nth_caller_visitor.h | 40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
|
H A D | art_method.h | 521 DCHECK(IsRuntimeMethod()); in GetImtConflictTable() 527 DCHECK(IsRuntimeMethod()); in SetImtConflictTable() 577 DCHECK(IsNative() || IsRuntimeMethod()); in SetEntryPointFromJni() 599 ALWAYS_INLINE bool IsRuntimeMethod() const { in IsRuntimeMethod() function 604 return !IsRuntimeMethod() && !IsNative() && !IsProxyMethod() && !IsAbstract(); in HasCodeItem()
|
H A D | stack.cc | 584 if (method != nullptr && !method->IsRuntimeMethod()) { in GetNextMethodAndDexPc() 652 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode() 695 if (!method->IsRuntimeMethod()) { in ValidateFrame() 770 if (method->IsRuntimeMethod()) { in GetCurrentQuickFrameInfo() 918 } else if (!instrumentation_frame.method_->IsRuntimeMethod()) { in WalkStack() 948 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
|
H A D | monitor_objects_stack_visitor.cc | 27 if (m->IsRuntimeMethod()) { in VisitFrame()
|
H A 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()
|
H A D | check_reference_map_visitor.h | 46 m->IsRuntimeMethod() || in VisitFrame()
|
H A D | art_method.cc | 543 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader() 788 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod() 860 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
|
H A D | class_linker-inl.h | 317 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod() 367 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
|
H A D | runtime.cc | 2488 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod() 2510 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod() 2533 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod() 2930 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod() 2936 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
|
H A D | cha.cc | 198 method->IsRuntimeMethod() || in VisitFrame()
|
H A D | thread.cc | 2741 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame() 2746 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame() 2832 if (m->IsRuntimeMethod()) { in VisitFrame() 3730 if (m->IsRuntimeMethod()) { in GetCurrentMethod() 3934 } else if (!m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback() 3982 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
|
/aosp12/art/test/167-visit-locks/ |
H A D | visit_locks.cc | 50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
|
/aosp12/art/test/1945-proxy-method-arguments/ |
H A D | get_args.cc | 40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.h | 107 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
|
H A 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()
|
H A 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()
|
/aosp12/art/test/common/ |
H A D | stack_inspect.cc | 90 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
|
/aosp12/art/runtime/gc/ |
H A D | allocation_record.cc | 202 if (m != nullptr && !m->IsRuntimeMethod()) { in RecordAllocation()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 93 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod() 534 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
|
H A D | entrypoint_utils.cc | 307 CHECK(existing->IsRuntimeMethod() || existing == callee); in MaybeUpdateBssMethodEntry()
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_ZygoteHooks.cc | 96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1236 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline() 2298 bool resolve_method = ((interface_method == nullptr) || interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline() 2348 DCHECK(!interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline() 2356 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
|
/aosp12/art/runtime/jit/ |
H A D | jit.cc | 300 DCHECK(!method->IsRuntimeMethod()); in CompileMethod() 1116 if (method.IsRuntimeMethod()) { in MapBootImageMethods()
|