Searched refs:GetDexFile (Results 76 - 79 of 79) sorted by relevance

1234

/art/runtime/gc/
H A Dheap.cc765 const DexFile* dex_file = dex_cache->GetDexFile();
/art/runtime/
H A Dthread.cc1381 const DexFile& dex_file = *dex_cache->GetDexFile();
/art/compiler/optimizing/
H A Dcode_generator_x86.cc4453 string_patches_.emplace_back(load_string->GetDexFile(), load_string->GetStringIndex());
6056 Label* fixup_label = codegen_->NewPcRelativeDexCacheArrayPatch(load->GetDexFile(), offset);
H A Dcode_generator_x86_64.cc885 string_patches_.emplace_back(load_string->GetDexFile(), load_string->GetStringIndex());
5478 Label* fixup_label = codegen_->NewPcRelativeDexCacheArrayPatch(load->GetDexFile(), offset);

Completed in 492 milliseconds

1234