Home
last modified time | relevance | path

Searched refs:gc_stress_mode_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap-inl.h237 if (gc_stress_mode_) { in AllocObjectWithAllocator()
241 DCHECK(!gc_stress_mode_); in AllocObjectWithAllocator()
Dheap.cc304 gc_stress_mode_(gc_stress_mode), in Heap()
748 if (gc_stress_mode_) { in Heap()
751 if (is_running_on_memory_tool_ || gc_stress_mode_) { in Heap()
4093 DCHECK(gc_stress_mode_); in CheckGcStressMode()
Dheap.h1422 const bool gc_stress_mode_; variable