Searched refs:GetResolutionMethod (Results 1 – 10 of 10) sorted by relevance
41 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()53 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
290 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()362 if (this == runtime->GetResolutionMethod()) { in GetName()
328 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod()); in SetUp()
347 ArtMethod* GetResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1201 if (!method->IsRuntimeMethod() && method != runtime->GetResolutionMethod()) { in InitFromImage()
54 Fixup(runtime->GetResolutionMethod(), pointer_size); in Init()
61 DCHECK_EQ(method, Runtime::Current()->GetResolutionMethod()); in GetResolvedMethod()
622 const ArtMethod* resolution_method = runtime->GetResolutionMethod(); in PruneNonImageClasses()921 image_methods_[ImageHeader::kResolutionMethod] = runtime->GetResolutionMethod(); in CalculateNewObjectOffsets()1365 if (UNLIKELY(method == runtime->GetResolutionMethod())) { in GetQuickEntryPoint()1395 if (UNLIKELY(orig == runtime->GetResolutionMethod())) { in CopyAndFixupMethod()
1699 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod()); in CreateRuntime()
2064 DCHECK_EQ(interface_method, Runtime::Current()->GetResolutionMethod()); in artInvokeInterfaceTrampoline()