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 30 DCHECK(method == Runtime::Current()->GetResolutionMethod());
dex_cache.cc 61 ArtMethod* trampoline = runtime->GetResolutionMethod();
art_method-inl.h 200 bool result = this == Runtime::Current()->GetResolutionMethod();
  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 45 DCHECK(interface_method == Runtime::Current()->GetResolutionMethod());
  /art/runtime/
runtime.h 327 mirror::ArtMethod* GetResolutionMethod() const {
common_test.h 344 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
object_utils.h 424 if (method_ == runtime->GetResolutionMethod()) {
class_linker.cc     [all...]
  /art/compiler/
image_writer.cc 272 ArtMethod* resolution_method = runtime->GetResolutionMethod();
389 image_roots->Set(ImageHeader::kResolutionMethod, runtime->GetResolutionMethod());
521 if (UNLIKELY(orig == Runtime::Current()->GetResolutionMethod())) {
  /art/dex2oat/
dex2oat.cc 355 runtime->GetClassLinker()->FixupDexCaches(runtime->GetResolutionMethod());
    [all...]

Completed in 77 milliseconds