Searched defs:gc_type (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/collector/
H A Dgarbage_collector.cc108 const GcType gc_type = GetGcType(); local
112 (gc_type == kGcTypeFull &&
/art/runtime/gc/
H A Dheap.cc1271 for (collector::GcType gc_type : gc_plan_) {
1272 if (gc_type == tried_type) {
1277 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
2065 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, GcCause gc_cause, argument
2070 switch (gc_type) {
2118 DCHECK_LT(gc_type, collector::kGcTypeMax);
2119 DCHECK_NE(gc_type, collector::kGcTypeNone);
2149 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in.
2152 collector = FindCollectorByGcType(gc_type);
2158 << static_cast<size_t>(collector_type_) << " and gc_type
2205 FinishGC(Thread* self, collector::GcType gc_type) argument
2844 FindCollectorByGcType(collector::GcType gc_type) argument
2869 collector::GcType gc_type = collector_ran->GetGcType(); local
3113 collector::GcType gc_type = have_zygote_space_ ? collector::kGcTypePartial : local
[all...]

Completed in 262 milliseconds