Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h305 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in TryToAllocate()
334 if (!region_space_->AllocNewTlab(self)) { in TryToAllocate()
/art/runtime/gc/space/
Dbump_pointer_space.h136 bool AllocNewTlab(Thread* self, size_t bytes);
Dbump_pointer_space.cc255 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab() function in art::gc::space::BumpPointerSpace
Dregion_space.cc335 bool RegionSpace::AllocNewTlab(Thread* self) { in AllocNewTlab() function in art::gc::space::RegionSpace
Dregion_space.h219 bool AllocNewTlab(Thread* self);