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.h373 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc933 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC() function in art::gc::Heap
/art/runtime/
Ddebugger.cc769 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc692 heap->DecrementDisableMovingGC(self); in InitWithoutImage()
/art/openjdkjvmti/
Dti_class.cc382 heap->DecrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1425 heap->DecrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc2263 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
/art/runtime/verifier/
Dreg_type_test.cc678 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(self); in ~ScopedDisableMovingGC()
/art/runtime/jni/
Djni_internal.cc2113 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2876 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()