Home | History | Annotate | Download | only in accounting

Lines Matching refs:heap_begin_

30   DCHECK_GE(addr, heap_begin_);
31 const uintptr_t offset = addr - heap_begin_;
51 DCHECK_GE(addr, heap_begin_);
52 const uintptr_t offset = addr - heap_begin_;
60 const size_t bit_index_start = (visit_begin - heap_begin_) / kAlignment;
61 const size_t bit_index_end = (visit_end - heap_begin_ - 1) / kAlignment;
78 uintptr_t ptr_base = IndexToOffset(word_start) + heap_begin_;
91 uintptr_t ptr_base = IndexToOffset(i) + heap_begin_;
111 uintptr_t ptr_base = IndexToOffset(word_end) + heap_begin_;
122 DCHECK_GE(addr, heap_begin_);
123 const uintptr_t offset = addr - heap_begin_;