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

  /art/runtime/gc/allocator/
rosalloc.h 508 Run* RefillRun(Thread* self, size_t idx) LOCKS_EXCLUDED(lock_);
rosalloc.cc 570 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) {
603 current_run = RefillRun(self, idx);
701 thread_local_run = RefillRun(self, idx);
    [all...]

Completed in 35 milliseconds