Searched refs:GetResolutionMethod (Results 1 – 10 of 10) sorted by relevance
30 DCHECK(method != GetResolutionMethod()); in GetRuntimeMethodFrameInfo()42 inline mirror::ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
221 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod()); in SetUp()
303 mirror::ArtMethod* GetResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1588 if (method != Runtime::Current()->GetResolutionMethod()) { in InitFromImageInterpretOnlyCallback()
39 DCHECK(method == Runtime::Current()->GetResolutionMethod()); in GetResolvedMethod()
57 ArtMethod* trampoline = runtime->GetResolutionMethod(); in Init()
327 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()450 if (method == runtime->GetResolutionMethod()) { in GetName()
666 ArtMethod* resolution_method = runtime->GetResolutionMethod(); in PruneNonImageClasses()789 image_roots->Set<false>(ImageHeader::kResolutionMethod, runtime->GetResolutionMethod()); in CreateImageRoots()1110 if (UNLIKELY(method == runtime->GetResolutionMethod())) { in GetQuickEntryPoint()1147 if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in FixupMethod()
543 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod()); in CreateRuntime()
1900 DCHECK(interface_method == Runtime::Current()->GetResolutionMethod()); in artInvokeInterfaceTrampoline()