Searched refs:gc_stress_mode_ (Results 1 – 3 of 3) sorted by relevance
255 if (gc_stress_mode_) { in AllocObjectWithAllocator()259 DCHECK(!gc_stress_mode_); in AllocObjectWithAllocator()
374 gc_stress_mode_(gc_stress_mode), in Heap()861 if (gc_stress_mode_) { in Heap()864 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()2928 if (UNLIKELY(gc_stress_mode_)) { in LogGC()4459 DCHECK(gc_stress_mode_); in CheckGcStressMode()
1548 const bool gc_stress_mode_; variable