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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc125 const GcType gc_type = GetGcType(); local
129 (gc_type == kGcTypeFull &&
/art/runtime/gc/
H A Dheap.cc1619 for (collector::GcType gc_type : gc_plan_) {
1620 if (gc_type == tried_type) {
1625 CollectGarbageInternal(gc_type, kGcCauseForAlloc, false) != collector::kGcTypeNone;
2502 collector::GcType Heap::CollectGarbageInternal(collector::GcType gc_type, argument
2508 switch (gc_type) {
2554 if (gc_type == NonStickyGcType()) {
2561 DCHECK_LT(gc_type, collector::kGcTypeMax);
2562 DCHECK_NE(gc_type, collector::kGcTypeNone);
2598 gc_type = collector::kGcTypeFull; // TODO: Not hard code this in.
2601 collector = FindCollectorByGcType(gc_type);
2672 FinishGC(Thread* self, collector::GcType gc_type) argument
3422 FindCollectorByGcType(collector::GcType gc_type) argument
3448 collector::GcType gc_type = collector_ran->GetGcType(); local
[all...]

Completed in 61 milliseconds