Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc279 next_gc_type_(collector::kGcTypePartial), in Heap()
1807 collector::GcType tried_type = next_gc_type_; in AllocateInternalWithGc()
3536 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3560 next_gc_type_ = collector::kGcTypeSticky; in GrowForUtilization()
3562 next_gc_type_ = non_sticky_gc_type; in GrowForUtilization()
3720 collector::GcType next_gc_type = next_gc_type_; in ConcurrentGC()
Dheap.h1353 collector::GcType next_gc_type_; variable