HomeSort by relevance Sort by last modified time
    Searched refs:opened_dex_files_map (Results 1 - 5 of 5) sorted by null

  /art/compiler/
oat_writer.h 171 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
291 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
oat_test.cc 192 std::unique_ptr<MemMap> opened_dex_files_map; local
201 &opened_dex_files_map,
258 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
    [all...]
image_test.cc 248 std::vector<std::unique_ptr<MemMap>> opened_dex_files_map; local
276 opened_dex_files_map.push_back(std::move(cur_opened_dex_files_map));
oat_writer.cc 489 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
553 *opened_dex_files_map = std::move(dex_files_map);
    [all...]
  /art/dex2oat/
dex2oat.cc 1552 std::unique_ptr<MemMap> opened_dex_files_map; local
    [all...]

Completed in 731 milliseconds