Searched refs:gc_stress_mode_ (Results 1 – 3 of 3) sorted by relevance
237 if (gc_stress_mode_) { in AllocObjectWithAllocator()241 DCHECK(!gc_stress_mode_); in AllocObjectWithAllocator()
302 gc_stress_mode_(gc_stress_mode), in Heap()746 if (gc_stress_mode_) { in Heap()749 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()4091 DCHECK(gc_stress_mode_); in CheckGcStressMode()
1415 const bool gc_stress_mode_; variable