Searched refs:maps_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dmem_map.cc74 MemMap::Maps* MemMap::maps_ = nullptr; member in class:art::MemMap
135 // the maps_ variable or the /proc/self/map entry.
144 for (auto& pair : *maps_) {
483 // Remove it from maps_.
486 DCHECK(maps_ != nullptr);
487 for (auto it = maps_->lower_bound(base_begin_), end = maps_->end();
491 maps_->erase(it);
511 // Add it to maps_.
513 DCHECK(maps_ !
[all...]
H A Dmem_map.h240 static Maps* maps_ GUARDED_BY(Locks::mem_maps_lock_);
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc528 maps_(graph->GetBlocks().size(),
589 return &maps_[basic_block->GetBlockId()];
1711 ArenaVector<ArenaSafeMap<int, ValueRange*>> maps_; member in class:art::BCEVisitor

Completed in 288 milliseconds