Searched refs:offset_start (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/accounting/
H A Dspace_bitmap-inl.h79 const uintptr_t offset_start = visit_begin - heap_begin_; local
82 const uintptr_t index_start = OffsetToIndex(offset_start);
85 const size_t bit_start = (offset_start / kAlignment) % kBitsPerIntPtrT;

Completed in 44 milliseconds