Home
last modified time | relevance | path

Searched refs:start_index_mask (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dmarking.cc32 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in SetRange() local
39 ~(start_index_mask - 1)); in SetRange()
49 end_index_mask - start_index_mask); in SetRange()
58 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in ClearRange() local
67 ~(start_index_mask - 1)); in ClearRange()
77 (end_index_mask - start_index_mask)); in ClearRange()
86 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in AllBitsSetInRange() local
93 matching_mask = ~(start_index_mask - 1); in AllBitsSetInRange()
106 matching_mask = end_index_mask - start_index_mask; in AllBitsSetInRange()
116 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); in AllBitsClearInRange() local
[all …]