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.h366 bool AllocNewTlab(Thread* self, size_t min_bytes) REQUIRES(!region_lock_);
Dregion_space.cc836 bool RegionSpace::AllocNewTlab(Thread* self, size_t min_bytes) { in AllocNewTlab() function in art::gc::space::RegionSpace
/art/runtime/gc/
Dheap.cc4342 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()
4358 if (!region_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()