Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_method-inl.h60 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()
Dnth_caller_visitor.h40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
Dmonitor_objects_stack_visitor.cc27 if (m->IsRuntimeMethod()) { in VisitFrame()
Dcheck_reference_map_visitor.h43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
Dstack.cc512 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()
Dquick_exception_handler.cc104 if (method->IsRuntimeMethod()) { in VisitFrame()
403 } else if (method->IsRuntimeMethod()) { in VisitFrame()
684 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
Dart_method.h468 DCHECK(IsRuntimeMethod()); in GetImtConflictTable()
473 DCHECK(IsRuntimeMethod()); in SetImtConflictTable()
554 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod() function
Dclass_linker-inl.h314 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod()
354 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
Dart_method.cc578 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader()
807 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod()
870 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
Dcha.cc198 method->IsRuntimeMethod() || in VisitFrame()
Dmonitor.cc203 if (m->IsRuntimeMethod()) { in Install()
305 if (m == nullptr || m->IsRuntimeMethod()) { in AtraceMonitorLockImpl()
Dtrace.cc212 if (!m->IsRuntimeMethod()) { in GetSample()
/art/test/167-visit-locks/
Dvisit_locks.cc50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
/art/openjdkjvmti/
Dti_stack.h102 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
Devents.cc582 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()
Dti_stack.cc87 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/1945-proxy-method-arguments/
Dget_args.cc40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
/art/test/common/
Dstack_inspect.cc86 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
/art/runtime/gc/
Dallocation_record.cc207 if (m != nullptr && !m->IsRuntimeMethod()) { in RecordAllocation()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h92 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod()
540 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1318 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/
Dimage_writer.cc1083 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()
/art/oatdump/
Doatdump.cc2372 } else if (method->IsRuntimeMethod()) { in DumpMethod()
3062 if (ptr->IsRuntimeMethod()) { in DumpImtStats()
3215 if (ptr->IsRuntimeMethod()) { in DumpIMTForClass()
3273 if (ptr->IsRuntimeMethod()) { in DumpIMTForMethod()
/art/runtime/jit/
Djit.cc251 DCHECK(!method->IsRuntimeMethod()); in CompileMethod()

12