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.h354 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc879 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC() function in art::gc::Heap
/art/runtime/verifier/
Dreg_type_test.cc1026 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(soa.Self()); in TEST_F()
1094 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(soa.Self()); in TEST_F()
/art/openjdkjvmti/
Dti_class.cc376 heap->DecrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1398 heap->DecrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc1381 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
/art/runtime/jni/
Djni_internal.cc2112 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2838 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()
/art/runtime/
Ddebugger.cc4831 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc478 heap->DecrementDisableMovingGC(self); in InitWithoutImage()