HomeSort by relevance Sort by last modified time
    Searched refs:HeapLimit (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/accounting/
heap_bitmap-inl.h 29 bitmap->VisitMarkedRange(bitmap->HeapBegin(), bitmap->HeapLimit(), visitor);
heap_bitmap.cc 51 bitmap->HeapBegin() < cur_bitmap->HeapLimit() &&
52 bitmap->HeapLimit() > cur_bitmap->HeapBegin()))
space_bitmap.cc 44 reinterpret_cast<void*>(HeapLimit()));
107 uintptr_t end = OffsetToIndex(HeapLimit() - heap_begin_ - 1);
284 << ",end=" << reinterpret_cast<const void*>(bitmap.HeapLimit())
space_bitmap.h 162 // The maximum address which the bitmap can span. (HeapBegin() <= object < HeapLimit()).
163 uintptr_t HeapLimit() const {
  /art/runtime/gc/space/
dlmalloc_space.cc 321 CHECK_EQ(live_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End()));
323 CHECK_EQ(mark_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End()));

Completed in 55 milliseconds