HomeSort by relevance Sort by last modified time
    Searched defs:resolution_method (Results 1 - 2 of 2) 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);

Completed in 4146 milliseconds