Searched refs:StartGC (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/ |
D | scoped_gc_critical_section.cc | 28 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in Enter() 66 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in ScopedInterruptibleGCCriticalSection()
|
D | heap.h | 939 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
|
D | heap.cc | 1479 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() function in art::gc::Heap 1494 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()
|