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

/art/test/1337-gc-coverage/
H A Dgc_coverage.cc37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current());
/art/runtime/gc/
H A Dheap-visit-objects-inl.h50 // IncrementDisableMovingGC() and threads are suspended.
51 IncrementDisableMovingGC(self);
H A Dheap.h321 void IncrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
H A Dheap.cc763 void Heap::IncrementDisableMovingGC(Thread* self) { function in class:art::gc::Heap
/art/runtime/verifier/
H A Dreg_type_test.cc706 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self());
1066 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self());
/art/openjdkjvmti/
H A Dti_class.cc358 heap->IncrementDisableMovingGC(self);
H A Dti_heap.cc1311 heap->IncrementDisableMovingGC(self);
H A Dti_redefine.cc1316 heap_->IncrementDisableMovingGC(self_);
/art/runtime/
H A Djni_internal.cc1883 heap->IncrementDisableMovingGC(soa.Self());
2078 heap->IncrementDisableMovingGC(soa.Self());
H A Ddebugger.cc4964 heap->IncrementDisableMovingGC(self);
H A Dclass_linker.cc427 heap->IncrementDisableMovingGC(self);

Completed in 896 milliseconds