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,
298 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
image_test.h 253 std::vector<std::unique_ptr<MemMap>> opened_dex_files_map; local
281 opened_dex_files_map.push_back(std::move(cur_opened_dex_files_map));
oat_test.cc 193 std::unique_ptr<MemMap> opened_dex_files_map; local
202 &opened_dex_files_map,
260 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
    [all...]
oat_writer.cc 536 /*out*/ std::unique_ptr<MemMap>* opened_dex_files_map,
594 *opened_dex_files_map = std::move(dex_files_map);
    [all...]
  /art/dex2oat/
dex2oat.cc 1632 std::unique_ptr<MemMap> opened_dex_files_map; local
    [all...]

Completed in 105 milliseconds