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

  /art/runtime/gc/space/
image_space.cc 214 mirror::Object* resolution_method = image_header.GetImageRoot(ImageHeader::kResolutionMethod); local
215 runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(resolution_method));
  /art/compiler/
image_writer.cc 272 ArtMethod* resolution_method = runtime->GetResolutionMethod(); local
284 dex_cache->SetResolvedMethod(i, resolution_method);
  /art/runtime/
class_linker.h 242 void FixupDexCaches(mirror::ArtMethod* resolution_method) const
class_linker.cc     [all...]

Completed in 1020 milliseconds