Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc31 Runtime::Current()->GetHeap()->StartGC(self, cause, collector_type); in ScopedGCCriticalSection()
Dheap.h848 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)
Dheap.cc1319 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() function in art::gc::Heap
1334 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()