Home
last modified time | relevance | path

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

/aosp12/art/test/1337-gc-coverage/
H A Dgc_coverage.cc41 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(Thread::Current()); in Java_Main_decrementDisableMovingGC()
/aosp12/art/runtime/gc/
H A Dheap-visit-objects-inl.h58 DecrementDisableMovingGC(self); in VisitObjects()
H A Dheap.h373 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
H A Dheap.cc933 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC() function in art::gc::Heap
/aosp12/art/runtime/
H A Ddebugger.cc769 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
H A Dclass_linker.cc692 heap->DecrementDisableMovingGC(self); in InitWithoutImage()
/aosp12/art/runtime/verifier/
H A Dreg_type_test.cc678 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(self); in ~ScopedDisableMovingGC()
/aosp12/art/openjdkjvmti/
H A Dti_class.cc382 heap->DecrementDisableMovingGC(self); in FixupTempClass()
H A Dti_heap.cc1425 heap->DecrementDisableMovingGC(self); in FollowReferences()
H A Dti_redefine.cc2263 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
/aosp12/art/runtime/jni/
H A Djni_internal.cc2113 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2876 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()