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

  /art/runtime/
runtime-inl.h 44 DCHECK_NE(method, GetResolutionMethod());
58 inline ArtMethod* Runtime::GetResolutionMethod() {
art_method-inl.h 212 bool result = this == Runtime::Current()->GetResolutionMethod();
270 if (this == runtime->GetResolutionMethod()) {
common_runtime_test.cc 425 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
runtime.h 354 ArtMethod* GetResolutionMethod();
  /art/runtime/mirror/
dex_cache.cc 213 Fixup(runtime->GetResolutionMethod(), pointer_size);
dex_cache-inl.h 217 DCHECK_EQ(method, Runtime::Current()->GetResolutionMethod());
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 709 CHECK_EQ(runtime->GetResolutionMethod(),
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 382 milliseconds