Home
last modified time | relevance | path

Searched refs:RefillRun (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h805 Run* RefillRun(Thread* self, size_t idx) REQUIRES(!lock_);
Drosalloc.cc582 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun() function in art::gc::allocator::RosAlloc
615 current_run = RefillRun(self, idx); in AllocFromCurrentRunUnlocked()
707 thread_local_run = RefillRun(self, idx); in AllocFromRun()