Searched refs:IsRuntimeMethod (Results 1 – 25 of 29) sorted by relevance
12
60 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()
40 if (m == nullptr || m->IsRuntimeMethod()) { in VisitFrame()
27 if (m->IsRuntimeMethod()) { in VisitFrame()
43 if (m == nullptr || m->IsNative() || m->IsRuntimeMethod() || IsShadowFrame()) { in VisitFrame()
512 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()
104 if (method->IsRuntimeMethod()) { in VisitFrame()403 } else if (method->IsRuntimeMethod()) { in VisitFrame()684 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
468 DCHECK(IsRuntimeMethod()); in GetImtConflictTable()473 DCHECK(IsRuntimeMethod()); in SetImtConflictTable()554 ALWAYS_INLINE bool IsRuntimeMethod() { in IsRuntimeMethod() function
314 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod()354 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
578 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader()807 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod()870 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
198 method->IsRuntimeMethod() || in VisitFrame()
203 if (m->IsRuntimeMethod()) { in Install()305 if (m == nullptr || m->IsRuntimeMethod()) { in AtraceMonitorLockImpl()
212 if (!m->IsRuntimeMethod()) { in GetSample()
50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
102 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
582 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()
87 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()
40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
86 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
207 if (m != nullptr && !m->IsRuntimeMethod()) { in RecordAllocation()
96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
92 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod()540 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
1318 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()
1083 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()
2372 } else if (method->IsRuntimeMethod()) { in DumpMethod()3062 if (ptr->IsRuntimeMethod()) { in DumpImtStats()3215 if (ptr->IsRuntimeMethod()) { in DumpIMTForClass()3273 if (ptr->IsRuntimeMethod()) { in DumpIMTForMethod()
251 DCHECK(!method->IsRuntimeMethod()); in CompileMethod()