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

  /art/runtime/
runtime-inl.h 42 DCHECK_NE(method, GetResolutionMethod());
54 inline ArtMethod* Runtime::GetResolutionMethod() {
art_method-inl.h 261 bool result = this == Runtime::Current()->GetResolutionMethod();
312 if (this == runtime->GetResolutionMethod()) {
common_runtime_test.cc 337 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
runtime.h 368 ArtMethod* GetResolutionMethod();
  /art/runtime/mirror/
dex_cache.cc 66 Fixup(runtime->GetResolutionMethod(), pointer_size);
dex_cache-inl.h 85 DCHECK_EQ(method, Runtime::Current()->GetResolutionMethod());
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 442 milliseconds