Lines Matching defs:mode
39 SlotSet::EmptyBucketMode mode) {
43 callback, mode);
56 Address end, SlotSet::EmptyBucketMode mode) {
63 mode);
131 SlotSet::EmptyBucketMode mode) {
133 RememberedSetOperations::RemoveRange(slot_set, chunk, start, end, mode);
139 static void Iterate(Heap* heap, RememberedSetIterationMode mode,
141 IterateMemoryChunks(heap, [mode, callback](MemoryChunk* chunk) {
142 if (mode == SYNCHRONIZED) chunk->mutex()->Lock();
144 if (mode == SYNCHRONIZED) chunk->mutex()->Unlock();
168 // Notice that |mode| can only be of FREE* or PREFREE* if there are no other
172 SlotSet::EmptyBucketMode mode) {
174 return RememberedSetOperations::Iterate(slot_set, chunk, callback, mode);
252 static void IterateTyped(Heap* heap, RememberedSetIterationMode mode,
254 IterateMemoryChunks(heap, [mode, callback](MemoryChunk* chunk) {
255 if (mode == SYNCHRONIZED) chunk->mutex()->Lock();
257 if (mode == SYNCHRONIZED) chunk->mutex()->Unlock();