OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bit_index_end
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
61
const size_t
bit_index_end
= (visit_end - heap_begin_ - 1) / kAlignment;
local
64
size_t word_end =
bit_index_end
/ kBitsPerWord;
102
size_t right_bits =
bit_index_end
& (kBitsPerWord - 1);
Completed in 479 milliseconds