HomeSort by relevance Sort by last modified time
    Searched full:start_index_mask (Results 1 - 1 of 1) sorted by null

  /external/v8/src/heap/
marking.h 112 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); local
120 cells()[start_cell_index] |= ~(start_index_mask - 1);
128 cells()[start_cell_index] |= end_index_mask - start_index_mask;
135 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); local
143 cells()[start_cell_index] &= (start_index_mask - 1);
151 cells()[start_cell_index] &= ~(end_index_mask - start_index_mask);
158 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index); local
165 matching_mask = ~(start_index_mask - 1);
175 matching_mask = end_index_mask - start_index_mask;
183 MarkBit::CellType start_index_mask = 1u << Bitmap::IndexInCell(start_index) local
    [all...]

Completed in 521 milliseconds