Searched defs:resolution_method (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Dimage_writer.cc326 ArtMethod* resolution_method = runtime->GetResolutionMethod(); local
340 dex_cache->SetResolvedMethod(i, resolution_method);
/art/runtime/gc/space/
H A Dimage_space.cc640 mirror::Object* resolution_method = image_header.GetImageRoot(ImageHeader::kResolutionMethod); local
641 runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(resolution_method));
/art/runtime/
H A Dclass_linker.cc3010 void ClassLinker::FixupDexCaches(mirror::ArtMethod* resolution_method) { argument
3014 dex_cache->Fixup(resolution_method);

Completed in 71 milliseconds