Searched refs:StartGC (Results 1 – 3 of 3) sorted by relevance
31 Runtime::Current()->GetHeap()->StartGC(self, cause, collector_type); in ScopedGCCriticalSection()
848 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
1319 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() function in art::gc::Heap1334 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()