HomeSort by relevance Sort by last modified time
    Searched refs:IncrementDisableMovingGC (Results 1 - 11 of 11) sorted by null

  /art/test/1337-gc-coverage/
gc_coverage.cc 37 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(Thread::Current());
  /art/runtime/gc/
heap-visit-objects-inl.h 50 // IncrementDisableMovingGC() and threads are suspended.
51 IncrementDisableMovingGC(self);
heap.h 312 void IncrementDisableMovingGC(Thread* self) REQUIRES(!*gc_complete_lock_);
    [all...]
heap.cc     [all...]
  /art/runtime/verifier/
reg_type_test.cc 753 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(soa.Self());
    [all...]
  /art/runtime/openjdkjvmti/
ti_class.cc 404 heap->IncrementDisableMovingGC(self);
    [all...]
ti_heap.cc     [all...]
ti_redefine.cc     [all...]
  /art/runtime/
jni_internal.cc     [all...]
debugger.cc     [all...]
class_linker.cc 416 heap->IncrementDisableMovingGC(self);
    [all...]

Completed in 467 milliseconds