Home
last modified time | relevance | path

Searched refs:DecrementDisableMovingGC (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dheap.h284 void DecrementDisableMovingGC(Thread* self);
Dheap.cc746 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC() function in art::gc::Heap
806 DecrementDisableMovingGC(self); in VisitObjects()
/art/runtime/hprof/
Dhprof.cc1230 heap->DecrementDisableMovingGC(self); in DumpHeap()
/art/runtime/
Djni_internal.cc1747 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2440 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()
Ddebugger.cc4801 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc316 heap->DecrementDisableMovingGC(self); in InitWithoutImage()