Searched refs:StartGC (Results 1 – 3 of 3) sorted by relevance
28 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in Enter()
913 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
1467 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() function in art::gc::Heap1482 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()