Searched refs:GetOatDexFile (Results 1 – 15 of 15) sorted by relevance
/art/test/117-nopatchoat/ |
D | nopatchoat.cc | 35 return dex_file.GetOatDexFile(); in getOatDexFile()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() 101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
|
D | quick_trampoline_entrypoints.cc | 1196 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/ |
D | fixed_up_dex_file.cc | 67 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
|
/art/test/common/ |
D | runtime_state.cc | 63 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/ |
D | class_table.cc | 241 if (dex_file != nullptr && dex_file->GetOatDexFile() != nullptr) { in InsertStrongRoot() 242 const OatFile* oat_file = dex_file->GetOatDexFile()->GetOatFile(); in InsertStrongRoot()
|
D | oat_file_assistant.cc | 357 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()
|
D | oat_file.h | 269 const OatDexFile* GetOatDexFile(const char* dex_location,
|
D | oat_file.cc | 1619 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()
|
D | art_method.cc | 574 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
|
D | oat_file_assistant_test.cc | 1179 CHECK(dex_files[0]->GetOatDexFile() != nullptr) << dex_files[0]->GetLocation(); in Run() 1180 loaded_oat_file_ = dex_files[0]->GetOatDexFile()->GetOatFile(); in Run()
|
D | class_linker.cc | 1389 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/libdexfile/dex/ |
D | dex_file.h | 953 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() function
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 443 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space.cc | 1912 const OatFile::OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()
|