Lines Matching refs:heap_begin_
55 heap_begin_(reinterpret_cast<uintptr_t>(heap_begin)), in SpaceBitmap()
83 size_t new_size = OffsetToIndex(new_end - heap_begin_) * sizeof(intptr_t); in SetHeapLimit()
115 uintptr_t end = OffsetToIndex(HeapLimit() - heap_begin_ - 1); in Walk()
120 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; in Walk()
138 CHECK_EQ(live_bitmap.heap_begin_, mark_bitmap.heap_begin_); in SweepWalk()
142 CHECK_GE(sweep_begin, live_bitmap.heap_begin_); in SweepWalk()
160 size_t start = OffsetToIndex(sweep_begin - live_bitmap.heap_begin_); in SweepWalk()
161 size_t end = OffsetToIndex(sweep_end - live_bitmap.heap_begin_ - 1); in SweepWalk()
168 uintptr_t ptr_base = IndexToOffset(i) + live_bitmap.heap_begin_; in SweepWalk()
251 Create("bitmap for in-order walk", reinterpret_cast<uint8_t*>(heap_begin_), in InOrderWalk()
260 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_; in InOrderWalk()