Searched defs:OffsetToIndex (Results 1 - 1 of 1) sorted by path

/art/runtime/gc/accounting/
H A Dspace_bitmap.h61 static constexpr size_t OffsetToIndex(size_t offset) { function in class:art::gc::accounting::SpaceBitmap
97 const size_t index = OffsetToIndex(offset);
188 const size_t index = OffsetToIndex(offset);

Completed in 49 milliseconds