Searched refs:AllocNewTlab (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/space/ |
D | bump_pointer_space.h | 147 bool AllocNewTlab(Thread* self, size_t bytes, size_t* bytes_tl_bulk_allocated) REQUIRES(!lock_);
|
D | bump_pointer_space.cc | 224 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes, size_t* bytes_tl_bulk_allocated) { in AllocNewTlab() function in art::gc::space::BumpPointerSpace
|
D | region_space.h | 373 bool AllocNewTlab(Thread* self, const size_t tlab_size, size_t* bytes_tl_bulk_allocated)
|
D | region_space.cc | 858 bool RegionSpace::AllocNewTlab(Thread* self, in AllocNewTlab() function in art::gc::space::RegionSpace
|
/art/runtime/gc/ |
D | heap.cc | 4587 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size, bytes_tl_bulk_allocated)) { in AllocWithNewTLAB() 4611 if (!region_space_->AllocNewTlab(self, new_tlab_size, bytes_tl_bulk_allocated)) { in AllocWithNewTLAB()
|