Searched refs:oat_index_map_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_writer.cc594 DCHECK(oat_index_map_.find(object) == oat_index_map_.end());
595 oat_index_map_.emplace(object, oat_index);
2363 auto it = oat_index_map_.find(obj);
2364 DCHECK(it != oat_index_map_.end());
H A Dimage_writer.h531 std::unordered_map<mirror::Object*, uint32_t> oat_index_map_; member in class:art::FINAL

Completed in 491 milliseconds