Home
last modified time | relevance | path

Searched refs:next_gc_type_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc215 next_gc_type_(collector::kGcTypePartial), in Heap()
1688 collector::GcType tried_type = next_gc_type_; in AllocateInternalWithGc()
3595 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3609 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3611 next_gc_type_ = non_sticky_gc_type; in GrowForUtilization()
3747 collector::GcType next_gc_type = next_gc_type_; in ConcurrentGC()
Dheap.h1201 collector::GcType next_gc_type_; variable