Searched refs:AllocRun (Results 1 – 2 of 2) sorted by relevance
797 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_);
552 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun() function in art::gc::allocator::RosAlloc599 return AllocRun(self, idx); in RefillRun()