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

  /art/runtime/gc/
heap.h 462 void RequestConcurrentGC(Thread* self) LOCKS_EXCLUDED(Locks::runtime_shutdown_lock_);
heap.cc 600 // The SirtRef is necessary since the calls in RequestConcurrentGC are a safepoint.
602 RequestConcurrentGC(self);
    [all...]

Completed in 29 milliseconds