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 711 mirror::Object* resolution_method = image_header.GetImageRoot(ImageHeader::kResolutionMethod); local
712 runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(resolution_method));
    [all...]
  /art/compiler/
image_writer.cc 666 ArtMethod* resolution_method = runtime->GetResolutionMethod(); local
680 dex_cache->SetResolvedMethod(i, resolution_method);
    [all...]
  /art/runtime/
class_linker.h 270 void FixupDexCaches(mirror::ArtMethod* resolution_method)
    [all...]
class_linker.cc     [all...]

Completed in 198 milliseconds