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

/art/test/1337-gc-coverage/
H A Dgc_coverage.cc41 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(Thread::Current());
/art/runtime/gc/
H A Dheap-visit-objects-inl.h58 DecrementDisableMovingGC(self);
H A Dheap.h322 void DecrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
H A Dheap.cc774 void Heap::DecrementDisableMovingGC(Thread* self) { function in class:art::gc::Heap
/art/runtime/verifier/
H A Dreg_type_test.cc1026 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(soa.Self());
1094 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(soa.Self());
/art/openjdkjvmti/
H A Dti_class.cc372 heap->DecrementDisableMovingGC(self);
H A Dti_heap.cc1332 heap->DecrementDisableMovingGC(self);
H A Dti_redefine.cc1322 heap_->DecrementDisableMovingGC(self_);
/art/runtime/
H A Djni_internal.cc1917 heap->DecrementDisableMovingGC(soa.Self());
2639 heap->DecrementDisableMovingGC(soa.Self());
H A Ddebugger.cc4973 heap->DecrementDisableMovingGC(self);
H A Dclass_linker.cc440 heap->DecrementDisableMovingGC(self);

Completed in 665 milliseconds