Home
last modified time | relevance | path

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

/art/test/1337-gc-coverage/
Dgc_coverage.cc41 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(Thread::Current()); in Java_Main_decrementDisableMovingGC()
/art/runtime/gc/
Dheap-visit-objects-inl.h58 DecrementDisableMovingGC(self); in VisitObjects()
Dheap.h366 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc886 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC() function in art::gc::Heap
/art/runtime/
Ddebugger.cc769 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc768 heap->DecrementDisableMovingGC(self); in InitWithoutImage()
/art/openjdkjvmti/
Dti_class.cc381 heap->DecrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1425 heap->DecrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc2264 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
/art/runtime/verifier/
Dreg_type_test.cc678 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(self); in ~ScopedDisableMovingGC()
/art/runtime/jni/
Djni_internal.cc1950 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2710 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()