Searched refs:gc_stress_mode_ (Results 1 – 3 of 3) sorted by relevance
191 if (gc_stress_mode_) { in AllocObjectWithAllocator()195 DCHECK(!gc_stress_mode_); in AllocObjectWithAllocator()
206 gc_stress_mode_(gc_stress_mode), in Heap()625 if (gc_stress_mode_) { in Heap()628 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()4074 if (gc_stress_mode_ && runtime->GetClassLinker()->IsInitialized() && in CheckGcStressMode()
1185 const bool gc_stress_mode_; variable