Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h30 DCHECK(method != GetResolutionMethod()); in GetRuntimeMethodFrameInfo()
42 inline mirror::ArtMethod* Runtime::GetResolutionMethod() { in GetResolutionMethod() function
Dcommon_runtime_test.cc221 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod()); in SetUp()
Druntime.h303 mirror::ArtMethod* GetResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dclass_linker.cc1588 if (method != Runtime::Current()->GetResolutionMethod()) { in InitFromImageInterpretOnlyCallback()
/art/runtime/mirror/
Ddex_cache-inl.h39 DCHECK(method == Runtime::Current()->GetResolutionMethod()); in GetResolvedMethod()
Ddex_cache.cc57 ArtMethod* trampoline = runtime->GetResolutionMethod(); in Init()
Dart_method-inl.h327 bool result = this == Runtime::Current()->GetResolutionMethod(); in IsResolutionMethod()
450 if (method == runtime->GetResolutionMethod()) { in GetName()
/art/compiler/
Dimage_writer.cc666 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()
/art/dex2oat/
Ddex2oat.cc543 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod()); in CreateRuntime()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1900 DCHECK(interface_method == Runtime::Current()->GetResolutionMethod()); in artInvokeInterfaceTrampoline()