Home
last modified time | relevance | path

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

/art/test/1337-gc-coverage/
Dgc_coverage.cc37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current()); in Java_Main_incrementDisableMovingGC()
/art/runtime/gc/
Dheap-visit-objects-inl.h51 IncrementDisableMovingGC(self); in VisitObjects()
Dheap.h321 void IncrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
Dheap.cc763 void Heap::IncrementDisableMovingGC(Thread* self) { in IncrementDisableMovingGC() function in art::gc::Heap
/art/runtime/verifier/
Dreg_type_test.cc706 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self()); in TEST_F()
1066 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self()); in TEST_F()
/art/openjdkjvmti/
Dti_class.cc358 heap->IncrementDisableMovingGC(self); in FixupTempClass()
Dti_heap.cc1311 heap->IncrementDisableMovingGC(self); in FollowReferences()
Dti_redefine.cc1316 heap_->IncrementDisableMovingGC(self_); in ScopedDisableConcurrentAndMovingGc()
/art/runtime/
Djni_internal.cc1883 heap->IncrementDisableMovingGC(soa.Self()); in GetStringCritical()
2078 heap->IncrementDisableMovingGC(soa.Self()); in GetPrimitiveArrayCritical()
Ddebugger.cc4964 heap->IncrementDisableMovingGC(self); in DdmSendHeapSegments()
Dclass_linker.cc427 heap->IncrementDisableMovingGC(self); in InitWithoutImage()