Home
last modified time | relevance | path

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

12

/art/runtime/
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()
313 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.cc150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
344 if (m->IsRuntimeMethod()) { in InstrumentationInstallStack()
370 if (UNLIKELY(reached_existing_instrumentation_frames_ && !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()
1205 DCHECK(!method->IsRuntimeMethod()); in MethodEnterEventImpl()
1422 if (method->IsRuntimeMethod()) { in GetDeoptimizationMethodType()
1443 if (m == nullptr || m->IsRuntimeMethod()) { in GetRuntimeMethodShorty()
1527 ScopedAssertNoThreadSuspension ants(__FUNCTION__, method->IsRuntimeMethod()); in PopInstrumentationStackFrame()
[all …]
Dcheck_reference_map_visitor.h46 m->IsRuntimeMethod() || in VisitFrame()
Dstack.cc610 if (method != nullptr && !method->IsRuntimeMethod()) { in GetNextMethodAndDexPc()
678 if (method->IsNative() || method->IsRuntimeMethod() || method->IsProxyMethod()) { in AssertPcIsWithinQuickCode()
721 if (!method->IsRuntimeMethod()) { in ValidateFrame()
796 if (method->IsRuntimeMethod()) { in GetCurrentQuickFrameInfo()
944 } else if (!instrumentation_frame.method_->IsRuntimeMethod()) { in WalkStack()
974 if (kCount == CountTransitions::kYes || !method->IsRuntimeMethod()) { in WalkStack()
Dquick_exception_handler.cc93 if (method->IsRuntimeMethod()) { in VisitFrame()
358 } else if (method->IsRuntimeMethod()) { in VisitFrame()
683 } else if (method->IsRuntimeMethod()) { in DumpFramesWithType()
Dart_method.h508 DCHECK(IsRuntimeMethod()); in GetImtConflictTable()
514 DCHECK(IsRuntimeMethod()); in SetImtConflictTable()
588 DCHECK(IsNative() || IsRuntimeMethod()); in SetEntryPointFromJni()
610 ALWAYS_INLINE bool IsRuntimeMethod() const { in IsRuntimeMethod() function
Dart_method.cc569 if (IsRuntimeMethod()) { in GetOatQuickMethodHeader()
811 if (UNLIKELY(IsRuntimeMethod())) { in PrettyMethod()
874 CHECK(method->IsRuntimeMethod() || in DoGetAccessFlagsHelper()
Dclass_linker-inl.h318 DCHECK(!resolved_method->IsRuntimeMethod()); in GetResolvedMethod()
358 DCHECK(resolved_method == nullptr || !resolved_method->IsRuntimeMethod()); in ResolveMethod()
Druntime.cc2272 CHECK(method->IsRuntimeMethod()); in CreateRuntimeMethod()
2294 CHECK(method->IsRuntimeMethod()); in SetImtConflictMethod()
2317 DCHECK(method->IsRuntimeMethod()); in CreateCalleeSaveMethod()
2699 CHECK(method->IsRuntimeMethod()) << method; in SetResolutionMethod()
2705 CHECK(method->IsRuntimeMethod()); in SetImtUnimplementedMethod()
Dcha.cc198 method->IsRuntimeMethod() || in VisitFrame()
Dthread.cc2671 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame()
2676 if (!m->IsRuntimeMethod()) { // Ignore runtime frames (in particular callee save). in VisitFrame()
2762 if (m->IsRuntimeMethod()) { in VisitFrame()
3650 if (m->IsRuntimeMethod()) { in GetCurrentMethod()
3800 if (!m->IsNative() && !m->IsRuntimeMethod() && (!m->IsProxyMethod() || m->IsConstructor())) { in VisitQuickFrameWithVregCallback()
3847 } else if (!m->IsRuntimeMethod() && m->IsProxyMethod()) { in VisitQuickFrameWithVregCallback()
/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.h107 if (GetMethod()->IsRuntimeMethod()) { in VisitFrame()
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()
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()
/art/test/common/
Dstack_inspect.cc90 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
/art/runtime/gc/
Dallocation_record.cc202 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.h93 DCHECK(!inlined_method->IsRuntimeMethod()); in GetResolvedMethod()
534 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1236 const bool called_method_known_on_entry = !called->IsRuntimeMethod(); in artQuickResolutionTrampoline()
2435 DCHECK(!interface_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
2439 if (LIKELY(conflict_method->IsRuntimeMethod())) { in artInvokeInterfaceTrampoline()
2469 DCHECK(conflict_method->IsRuntimeMethod()); in artInvokeInterfaceTrampoline()
/art/dex2oat/linker/
Dimage_writer.cc748 if (method != nullptr && !method->IsRuntimeMethod()) { in AddMethodPointerArray()
1682 if (imt_method->IsRuntimeMethod() && in RecordNativeRelocations()
1753 if (method->IsRuntimeMethod()) { in AssignMethodOffset()
2432 CHECK(m->IsRuntimeMethod()); in CalculateNewObjectOffsets()
3427 if (orig->IsRuntimeMethod()) { in CopyAndFixupMethod()
3448 CHECK(copy->IsRuntimeMethod()); in CopyAndFixupMethod()
/art/runtime/jit/
Djit.cc298 DCHECK(!method->IsRuntimeMethod()); in CompileMethod()
1095 if (method.IsRuntimeMethod()) { in MapBootImageMethods()

12