Home | History | Annotate | Download | only in accounting

Lines Matching refs:heap_begin_

36   DCHECK_GE(addr, heap_begin_);
37 const uintptr_t offset = addr - heap_begin_;
60 DCHECK_GE(addr, heap_begin_);
61 const uintptr_t offset = addr - heap_begin_;
80 DCHECK_LE(heap_begin_, visit_begin);
83 const uintptr_t offset_start = visit_begin - heap_begin_;
84 const uintptr_t offset_end = visit_end - heap_begin_;
112 const uintptr_t ptr_base = IndexToOffset(index_start) + heap_begin_;
125 const uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
152 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_;
169 uintptr_t end = OffsetToIndex(HeapLimit() - heap_begin_ - 1);
174 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
189 DCHECK_GE(addr, heap_begin_);
191 const uintptr_t offset = addr - heap_begin_;