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 610 opened_dex_files_maps_(),
638 for (std::unique_ptr<MemMap>& map : opened_dex_files_maps_) {
2911 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::FINAL
    [all...]
  /art/compiler/
oat_test.cc 260 opened_dex_files_maps_.emplace_back(std::move(opened_dex_files_map));
274 std::vector<std::unique_ptr<MemMap>> opened_dex_files_maps_; member in class:art::OatTest
    [all...]

Completed in 90 milliseconds