HomeSort by relevance Sort by last modified time
    Searched refs:GetResolutionMethod (Results 1 - 10 of 10) sorted by null

  /art/runtime/mirror/
dex_cache-inl.h 39 DCHECK(method == Runtime::Current()->GetResolutionMethod());
dex_cache.cc 57 ArtMethod* trampoline = runtime->GetResolutionMethod();
art_method-inl.h 327 bool result = this == Runtime::Current()->GetResolutionMethod();
450 if (method == runtime->GetResolutionMethod()) {
  /art/runtime/
runtime-inl.h 30 DCHECK(method != GetResolutionMethod());
42 inline mirror::ArtMethod* Runtime::GetResolutionMethod() {
common_runtime_test.cc 221 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
runtime.h 303 mirror::ArtMethod* GetResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
class_linker.cc     [all...]
  /art/compiler/
image_writer.cc 666 ArtMethod* resolution_method = runtime->GetResolutionMethod();
789 image_roots->Set<false>(ImageHeader::kResolutionMethod, runtime->GetResolutionMethod());
    [all...]
  /art/dex2oat/
dex2oat.cc 543 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 82 milliseconds