Home
last modified time | relevance | path

Searched refs:AllocNewTlab (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space.h144 bool AllocNewTlab(Thread* self, size_t bytes) REQUIRES(!block_lock_);
Dbump_pointer_space.cc212 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab() function in art::gc::space::BumpPointerSpace
Dregion_space.h372 bool AllocNewTlab(Thread* self, const size_t tlab_size, size_t* bytes_tl_bulk_allocated)
Dregion_space.cc846 bool RegionSpace::AllocNewTlab(Thread* self, in AllocNewTlab() function in art::gc::space::RegionSpace
/art/runtime/gc/
Dheap.cc4200 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()
4216 if (!region_space_->AllocNewTlab(self, new_tlab_size, bytes_tl_bulk_allocated)) { in AllocWithNewTLAB()