Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_files

588                                   std::vector<const DexFile*>& dex_files,
637 dex_files.push_back(dex_file);
647 std::vector<const DexFile*>& dex_files) {
649 if (!image_location.empty() && OpenDexFilesFromImage(dex_filenames, image_location, dex_files,
661 if (!DexFile::Open(dex_filename, dex_filename, &error_msg, &dex_files)) {