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

/art/test/117-nopatchoat/
H A Dnopatchoat.cc35 return dex_file.GetOatDexFile();
/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile();
101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile();
H A Dquick_trampoline_entrypoints.cc1196 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile();
1413 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) {
1415 called_method.dex_file->GetOatDexFile()->GetMethodBssMapping(),
1421 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile();
/art/openjdkjvmti/
H A Dfixed_up_dex_file.cc67 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile();
/art/test/common/
H A Druntime_state.cc63 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
103 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
/art/runtime/
H A Dclass_table.cc241 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) {
242 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile();
H A Doat_file_assistant.cc357 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(
374 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr);
456 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr);
917 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr);
H A Doat_file.h269 const OatDexFile* GetOatDexFile(const char* dex_location,
400 // for GetOatDexFile() for a very frequent use case. Never contains a null value.
403 // Lock guarding all members needed for secondary lookup in GetOatDexFile().
H A Doat_file.cc1619 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, function in class:art::OatFile
1801 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
1848 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
1966 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
H A Doat_file_assistant_test.cc1179 CHECK(dex_files[0]->GetOatDexFile() != nullptr) << dex_files[0]->GetLocation();
1180 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile();
H A Dart_method.cc574 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
H A Dclass_linker.cc1389 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg);
3392 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr;
3404 it->dex_file->GetOatDexFile() != nullptr &&
3405 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) {
4260 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
/art/dex2oat/linker/
H A Doat_writer_test.cc443 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(),
/art/libdexfile/dex/
H A Ddex_file.h953 const OatDexFile* GetOatDexFile() const { function in class:art::DexFile::MethodHandleType
/art/runtime/gc/space/
H A Dimage_space.cc1912 const OatFile::OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(),

Completed in 276 milliseconds