Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmarking.h152 void ClearBitsInCell(uint32_t cell_index, uint32_t mask);
259 inline void ConcurrentBitmap<AccessMode::NON_ATOMIC>::ClearBitsInCell( in ClearBitsInCell() function
265 inline void ConcurrentBitmap<AccessMode::ATOMIC>::ClearBitsInCell( in ClearBitsInCell() function
316 ClearBitsInCell(start_cell_index, ~(start_index_mask - 1)); in ClearRange()
320 ClearBitsInCell(end_cell_index, end_index_mask | (end_index_mask - 1)); in ClearRange()
322 ClearBitsInCell(start_cell_index, in ClearRange()