Home
last modified time | relevance | path

Searched refs:OpenAllDexFiles (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dvdex_file.cc185 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) { in OpenAtAddress()
224 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
260 if (!OpenAllDexFiles(&unique_ptr_dex_files, &error_msg)) { in UnquickenInPlace()
Dvdex_file.h311 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
/art/dexlayout/
Ddexdiag.cc345 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) { in DisplayMappingIfFromVdexFile()
/art/dex2oat/
Ddex2oat_test.cc2064 bool result = vdex->OpenAllDexFiles(&dex_files, &error_msg); in TEST_F()
/art/oatdump/
Doatdump.cc787 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdexUnquicken()