Searched refs:AllocNewTlab (Results 1 – 5 of 5) sorted by relevance
305 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in TryToAllocate()334 if (!region_space_->AllocNewTlab(self)) { in TryToAllocate()
136 bool AllocNewTlab(Thread* self, size_t bytes);
255 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab() function in art::gc::space::BumpPointerSpace
335 bool RegionSpace::AllocNewTlab(Thread* self) { in AllocNewTlab() function in art::gc::space::RegionSpace
219 bool AllocNewTlab(Thread* self);