Home
last modified time | relevance | path

Searched refs:IsRuntimeMethod (Results 1 – 25 of 34) 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()
Dinstrumentation.cc137 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
306 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack()
337 if (UNLIKELY(reached_existing_instrumentation_frames_ && !m->IsRuntimeMethod())) { in InstrumentationInstallStack()
355 m->IsRuntimeMethod() ? nullptr : GetThisObject(), in InstrumentationInstallStack()
419 if (!isi->interpreter_entry_ && !isi->method_->IsRuntimeMethod()) { in InstrumentationInstallStack()
482 !m->IsRuntimeMethod()) { in InstrumentationRestoreStack()
1154 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl()
1371 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType()
1392 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty()
1472 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame()
[all …]
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()
Druntime.cc2187 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod()
2209 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod()
2230 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod()
2614 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod()
2620 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
Dcha.cc198 method->IsRuntimeMethod() || in VisitFrame()
Dthread.cc2665 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame()
2670 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame()
2757 if (m->IsRuntimeMethod()) { in VisitFrame()
3652 if (m->IsRuntimeMethod()) { in GetCurrentMethod()
3775 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback()
3822 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
Dmonitor.cc203 if (m->IsRuntimeMethod()) { in Install()
305 if (m == nullptr || m->IsRuntimeMethod()) { in AtraceMonitorLockImpl()
/art/test/167-visit-locks/
Dvisit_locks.cc50 if (m == nullptr || m->IsRuntimeMethod()) { in Java_Main_testVisitLocks()
/art/test/1945-proxy-method-arguments/
Dget_args.cc40 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
/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/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()

12