Searched refs:gc_stress_mode_ (Results 1 – 3 of 3) sorted by relevance
204 if (gc_stress_mode_) { in AllocObjectWithAllocator()208 DCHECK(!gc_stress_mode_); in AllocObjectWithAllocator()
261 gc_stress_mode_(gc_stress_mode), in Heap()712 if (gc_stress_mode_) { in Heap()715 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()4208 DCHECK(gc_stress_mode_); in CheckGcStressMode()
1375 const bool gc_stress_mode_; variable