Searched refs:AllocNewTlab (Results 1 – 5 of 5) sorted by relevance
144 bool AllocNewTlab(Thread* self, size_t bytes) REQUIRES(!block_lock_);
212 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab() function in art::gc::space::BumpPointerSpace
372 bool AllocNewTlab(Thread* self, const size_t tlab_size, size_t* bytes_tl_bulk_allocated)
854 bool RegionSpace::AllocNewTlab(Thread* self, in AllocNewTlab() function in art::gc::space::RegionSpace
4347 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()4374 if (!region_space_->AllocNewTlab(self, new_tlab_size, bytes_tl_bulk_allocated)) { in AllocWithNewTLAB()