Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dnopatchoat.cc35 return dex_file.GetOatDexFile(); in getOatDexFile()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss()
101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
Dquick_trampoline_entrypoints.cc1196 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData()
1413 if (called != nullptr && called_method.dex_file->GetOatDexFile() != nullptr) { in artQuickResolutionTrampoline()
1415 called_method.dex_file->GetOatDexFile()->GetMethodBssMapping(), in artQuickResolutionTrampoline()
1421 const OatFile* oat_file = called_method.dex_file->GetOatDexFile()->GetOatFile(); in artQuickResolutionTrampoline()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc67 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
/art/test/common/
Druntime_state.cc63 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile()
103 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing()
/art/runtime/
Dclass_table.cc241 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot()
242 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
Doat_file_assistant.cc357 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles()
374 oat_dex_file = oat_file.GetOatDexFile(multidex_dex_location.c_str(), nullptr); in LoadDexFiles()
456 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
917 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
Doat_file.h269 const OatDexFile* GetOatDexFile(const char* dex_location,
Doat_file.cc1619 const OatFile::OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() function in art::OatFile
1801 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef()
1848 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile()
1966 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass()
Dart_method.cc574 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
Doat_file_assistant_test.cc1179 CHECK(dex_files[0]->GetOatDexFile() != nullptr) << dex_files[0]->GetLocation(); in Run()
1180 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
Dclass_linker.cc1389 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile()
3392 (dex_file.GetOatDexFile() != nullptr) ? dex_file.GetOatDexFile()->GetOatFile() : nullptr; in RegisterDexFileLocked()
3404 it->dex_file->GetOatDexFile() != nullptr && in RegisterDexFileLocked()
3405 it->dex_file->GetOatDexFile()->GetOatFile() == oat_file) { in RegisterDexFileLocked()
4260 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile()
/art/dex2oat/linker/
Doat_writer_test.cc443 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
/art/libdexfile/dex/
Ddex_file.h953 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
/art/runtime/gc/space/
Dimage_space.cc1912 const OatFile::OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()