Searched defs:mem_map_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/gc/accounting/
H A Dcard_table.h134 byte* begin = mem_map_->Begin() + offset_;
135 byte* end = mem_map_->End();
145 std::unique_ptr<MemMap> mem_map_; member in class:art::gc::accounting::CardTable
148 // Card table doesn't begin at the beginning of the mem_map_, instead it is displaced by offset
H A Dspace_bitmap.h214 std::unique_ptr<MemMap> mem_map_; member in class:art::gc::accounting::SpaceBitmap
H A Datomic_stack.h47 DCHECK(mem_map_.get() != nullptr);
52 mem_map_->MadviseDontNeedAndZero();
213 mem_map_.reset(MemMap::MapAnonymous(name_.c_str(), NULL, capacity_ * sizeof(T),
215 CHECK(mem_map_.get() != NULL) << "couldn't allocate mark stack.\n" << error_msg;
216 byte* addr = mem_map_->Begin();
226 std::unique_ptr<MemMap> mem_map_; member in class:art::gc::accounting::AtomicStack
/art/runtime/gc/space/
H A Dlarge_object_space.h182 std::unique_ptr<MemMap> mem_map_; member in class:art::gc::space::FINAL
H A Dspace.h360 return mem_map_.get();
364 return mem_map_.get();
368 return mem_map_.release();
375 mem_map_(mem_map) {
379 std::unique_ptr<MemMap> mem_map_; member in class:art::gc::space::MemMapSpace
/art/runtime/
H A Doat_file.h331 std::unique_ptr<MemMap> mem_map_; member in class:art::OatFile
H A Ddex_file.h962 std::unique_ptr<MemMap> mem_map_; member in class:art::DexFile

Completed in 186 milliseconds