Searched defs:map_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Delf_file.h58 return map_->Begin();
63 return map_->End();
67 return map_->Size();
177 std::unique_ptr<MemMap> map_; member in class:art::ElfFile
H A Dsafe_map.h48 : map_(cmp, allocator) {
52 map_ = rhs.map_;
56 allocator_type get_allocator() const { return map_.get_allocator(); }
57 key_compare key_comp() const { return map_.key_comp(); }
58 value_compare value_comp() const { return map_.value_comp(); }
60 iterator begin() { return map_.begin(); }
61 const_iterator begin() const { return map_.begin(); }
62 iterator end() { return map_.end(); }
63 const_iterator end() const { return map_
119 ::std::map<K, V, Comparator, Allocator> map_; member in class:art::SafeMap
[all...]
/art/compiler/utils/
H A Darena_allocator.h135 MemMap* map_; member in class:art::Arena

Completed in 97 milliseconds