Home
last modified time | relevance | path

Searched refs:StartGC (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.cc28 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in Enter()
66 Runtime::Current()->GetHeap()->StartGC(self_, cause, type); in ScopedInterruptibleGCCriticalSection()
Dheap.h941 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
Dheap.cc1487 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() function in art::gc::Heap
1502 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()