Home
last modified time | relevance | path

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

/art/test/1337-gc-coverage/
Dgc_coverage.cc37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current()); in Java_Main_incrementDisableMovingGC()
/art/runtime/openjdkjvmti/
Dti_class.cc372 heap->IncrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1353 heap->IncrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc1256 heap_->IncrementDisableMovingGC(self_); in ScopedDisableConcurrentAndMovingGc()
/art/runtime/gc/
Dheap.h313 void IncrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc764 void Heap::IncrementDisableMovingGC(Thread* self) { in IncrementDisableMovingGC() function in art::gc::Heap
917 IncrementDisableMovingGC(self); in VisitObjects()
/art/runtime/
Djni_internal.cc1767 heap->IncrementDisableMovingGC(soa.Self()); in GetStringCritical()
1962 heap->IncrementDisableMovingGC(soa.Self()); in GetPrimitiveArrayCritical()
Ddebugger.cc4856 heap->IncrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc407 heap->IncrementDisableMovingGC(self); in InitWithoutImage()