HomeSort by relevance Sort by last modified time
    Searched refs:HeapBegin (Results 1 - 4 of 4) 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.h 158 uintptr_t HeapBegin() const {
162 // The maximum address which the bitmap can span. (HeapBegin() <= object < HeapLimit()).
164 return HeapBegin() + static_cast<uintptr_t>(HeapSize());
space_bitmap.cc 43 reinterpret_cast<void*>(HeapBegin()),
283 << "begin=" << reinterpret_cast<const void*>(bitmap.HeapBegin())

Completed in 3826 milliseconds