Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_files

734 //   dex_files - the loaded dex_files will be appended here (only if the loading succeeds)
740 std::vector<const DexFile*>* dex_files) {
745 size_t old_size = dex_files->size(); // To rollback on error.
793 dex_files->push_back(dex_file);
804 if (dex_files->size() == old_size) {
812 auto it = dex_files->begin() + old_size;
813 auto it_end = dex_files->end();
817 dex_files->erase(dex_files->begin() + old_size, it_end);
829 std::vector<const DexFile*>* dex_files) {
907 false, error_msgs, dex_files);
961 // dex2oat was disabled or crashed. Add the dex file in the list of dex_files to make progress.
962 DexFile::Open(dex_location, dex_location, &error_msg, dex_files);
970 true, error_msgs, dex_files);
2088 auto* dex_files =
2090 if (dex_files == nullptr) {
2095 for (const DexFile* dex_file : *dex_files) {