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.h322 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc774 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.cc372 heap->DecrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1332 heap->DecrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc1322 heap_->DecrementDisableMovingGC(self_); in ~ScopedDisableConcurrentAndMovingGc()
/art/runtime/
Djni_internal.cc1917 heap->DecrementDisableMovingGC(soa.Self()); in ReleaseStringCritical()
2639 heap->DecrementDisableMovingGC(soa.Self()); in ReleasePrimitiveArray()
Ddebugger.cc4973 heap->DecrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc440 heap->DecrementDisableMovingGC(self); in InitWithoutImage()