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

  /art/dex2oat/
dex2oat.cc 552 opened_dex_files_maps_(),
579 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps_) {
2755 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::FINAL
    [all...]
  /art/compiler/
oat_test.cc 258 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
272 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::OatTest
    [all...]

Completed in 66 milliseconds