Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_method-inl.h61 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()
Dnth_caller_visitor.h40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
Dinstrumentation.cc245 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 …]
Dmonitor_objects_stack_visitor.h59 if (m->IsRuntimeMethod()) { in VisitFrame()
Dcheck_reference_map_visitor.h43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
Dstack.cc531 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()
Dart_method.cc605 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader()
785 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod()
820 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
831 CHECK(IsRuntimeMethod() || in GetAccessFlagsDCheck()
Dquick_exception_handler.cc92 if (method->IsRuntimeMethod()) { in VisitFrame()
339 } else if (method->IsRuntimeMethod()) { in VisitFrame()
678 } else if (method->IsRuntimeMethod()) { in VisitFrame()
Dart_method.h465 DCHECK(IsRuntimeMethod()); in GetImtConflictTable()
470 DCHECK(IsRuntimeMethod()); in SetImtConflictTable()
558 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod() function
Dclass_linker-inl.h249 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod()
289 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
Druntime.cc2075 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()
Dcha.cc198 method->IsRuntimeMethod() || in VisitFrame()
Dthread.cc2462 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()
Dmonitor.cc196 if (m->IsRuntimeMethod()) { in Install()
282 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
/art/test/167-visit-locks/
Dvisit_locks.cc49 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
/art/openjdkjvmti/
Dti_stack.h100 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
Devents.cc488 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()
Dti_stack.cc84 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/
Dget_args.cc40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
/art/test/common/
Dstack_inspect.cc86 prev_was_runtime_ = GetMethod()->IsRuntimeMethod(); in VisitFrame()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc126 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
/art/runtime/gc/
Dallocation_record.cc205 if (m != nullptr && !m->IsRuntimeMethod()) { in VisitFrame()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h88 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod()
555 if (!imt_method->IsRuntimeMethod()) { in FindMethodFromCode()
/art/dex2oat/linker/
Dimage_writer.cc507 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/
Dquick_trampoline_entrypoints.cc1305 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()

12