Home
last modified time | relevance | path

Searched refs:IncrementDisableMovingGC (Results 1 – 7 of 7) sorted by relevance

/art/test/1337-gc-coverage/
Dgc_coverage.cc37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current()); in Java_Main_incrementDisableMovingGC()
/art/runtime/gc/
Dheap.h294 void IncrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc837 void Heap::IncrementDisableMovingGC(Thread* self) { in IncrementDisableMovingGC() function in art::gc::Heap
985 IncrementDisableMovingGC(self); in VisitObjects()
/art/runtime/hprof/
Dhprof.cc1418 heap->IncrementDisableMovingGC(self); in DumpHeap()
/art/runtime/
Djni_internal.cc1729 heap->IncrementDisableMovingGC(soa.Self()); in GetStringCritical()
1902 heap->IncrementDisableMovingGC(soa.Self()); in GetPrimitiveArrayCritical()
Ddebugger.cc4776 heap->IncrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc371 heap->IncrementDisableMovingGC(self); in InitWithoutImage()