Home
last modified time | relevance | path

Searched refs:IsRuntimeMethod (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/art/runtime/
H A Dart_method-inl.h60 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 Dinstrumentation.cc150 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 Dnth_caller_visitor.h40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
H A Dart_method.h521 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 Dstack.cc584 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 Dmonitor_objects_stack_visitor.cc27 if (m->IsRuntimeMethod()) { in VisitFrame()
H A Dquick_exception_handler.cc93 if (method->IsRuntimeMethod()) { in VisitFrame()
358 } else if (method->IsRuntimeMethod()) { in VisitFrame()
683 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
H A Dcheck_reference_map_visitor.h46 m->IsRuntimeMethod() || in VisitFrame()
H A Dart_method.cc543 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader()
788 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod()
860 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
H A Dclass_linker-inl.h317 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod()
367 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
H A Druntime.cc2488 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 Dcha.cc198 method->IsRuntimeMethod() || in VisitFrame()
H A Dthread.cc2741 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 Dvisit_locks.cc50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
/aosp12/art/test/1945-proxy-method-arguments/
H A Dget_args.cc40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
/aosp12/art/openjdkjvmti/
H A Dti_stack.h107 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
H A Devents.cc632 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 Dti_stack.cc104 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 Dstack_inspect.cc90 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
/aosp12/art/runtime/gc/
H A Dallocation_record.cc202 if (m != nullptr && !m->IsRuntimeMethod()) { in RecordAllocation()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h93 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod()
534 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
H A Dentrypoint_utils.cc307 CHECK(existing->IsRuntimeMethod() || existing == callee); in MaybeUpdateBssMethodEntry()
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1236 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 Djit.cc300 DCHECK(!method->IsRuntimeMethod()); in CompileMethod()
1116 if (method.IsRuntimeMethod()) { in MapBootImageMethods()

12