Home
last modified time | relevance | path

Searched refs:GetResolutionMethod (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Druntime-inl.h41 DCHECK_NE(method, GetResolutionMethod()); in GetRuntimeMethodFrameInfo()
53 inline ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
Dart_method-inl.h290 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
362 if (this == runtime->GetResolutionMethod()) { in GetName()
Dcommon_runtime_test.cc328 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod()); in SetUp()
Druntime.h347 ArtMethod* GetResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass_linker.cc1201 if (!method->IsRuntimeMethod() && method != runtime->GetResolutionMethod()) { in InitFromImage()
/art/runtime/mirror/
Ddex_cache.cc54 Fixup(runtime->GetResolutionMethod(), pointer_size); in Init()
Ddex_cache-inl.h61 DCHECK_EQ(method, Runtime::Current()->GetResolutionMethod()); in GetResolvedMethod()
/art/compiler/
Dimage_writer.cc622 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()
/art/dex2oat/
Ddex2oat.cc1699 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod()); in CreateRuntime()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2064 DCHECK_EQ(interface_method, Runtime::Current()->GetResolutionMethod()); in artInvokeInterfaceTrampoline()