Searched defs:opened_dex_files_map (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Dimage_test.cc211 std::vector<std::unique_ptr<MemMap>> opened_dex_files_map; local
238 opened_dex_files_map.push_back(std::move(cur_opened_dex_files_map));
H A Doat_test.cc184 std::unique_ptr<MemMap> opened_dex_files_map; local
192 &opened_dex_files_map,
/art/dex2oat/
H A Ddex2oat.cc1396 std::unique_ptr<MemMap> opened_dex_files_map; local
1404 &opened_dex_files_map,
1409 if (opened_dex_files_map != nullptr) {
1410 opened_dex_files_maps_.push_back(std::move(opened_dex_files_map));

Completed in 398 milliseconds