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

/art/runtime/
H A Dvdex_file.cc170 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) {
200 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, function in class:art::VdexFile
H A Dvdex_file.h279 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
/art/dexlayout/
H A Ddexdiag.cc338 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) {
/art/dex2oat/
H A Ddex2oat_test.cc2015 bool result = vdex->OpenAllDexFiles(&dex_files, &error_msg);
/art/oatdump/
H A Doatdump.cc725 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) {

Completed in 120 milliseconds