Searched refs:GetOatDexFile (Results 1 - 10 of 10) sorted by relevance

/art/test/117-nopatchoat/
H A Dnopatchoat.cc34 return dex_file.GetOatDexFile();
/art/test/common/
H A Dstack_inspect.cc67 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
H A Druntime_state.cc41 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
81 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
/art/runtime/
H A Doat_file_assistant.cc274 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(
292 oat_dex_file = oat_file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false);
482 // Note: GetOatDexFile will return null if the dex checksum doesn't match
485 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile(
496 = file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false);
874 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile(
H A Doat_file.h216 const OatDexFile* GetOatDexFile(const char* dex_location,
304 // for GetOatDexFile() for a very frequent use case. Never contains a null value.
307 // Lock guarding all members needed for secondary lookup in GetOatDexFile().
H A Doat_file_assistant_test.cc1108 CHECK(dex_files[0]->GetOatDexFile() != nullptr) << dex_files[0]->GetLocation();
1109 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile();
H A Dclass_linker.cc1251 const OatFile::OatDexFile* oat_dex_file = dex_file->GetOatDexFile();
1272 const OatFile::OatDexFile* oat_dex_file = dex_file->GetOatDexFile();
1507 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr);
2079 if (dex_file.GetOatDexFile() != nullptr &&
2080 dex_file.GetOatDexFile()->GetDexCacheArrays() != nullptr) {
2081 raw_arrays = dex_file.GetOatDexFile()->GetDexCacheArrays();
2661 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
4051 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
5383 const OatDexFile* class_oat_dex_file = dex_file.GetOatDexFile();
5390 const OatDexFile* loaded_super_oat_dex_file = super_class->GetDexFile().GetOatDexFile();
[all...]
H A Ddex_file.h1168 const OatDexFile* GetOatDexFile() const { function in class:art::DexFile
H A Doat_file.cc1073 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, function in class:art::OatFile
/art/compiler/
H A Doat_test.cc396 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(),

Completed in 4087 milliseconds