Searched refs:TlabSize (Results 1 – 4 of 4) sorted by relevance
111 if (IsTLABAllocator(allocator) && byte_count <= self->TlabSize()) { in AllocObjectWithAllocator()395 if (UNLIKELY(self->TlabSize() < alloc_size)) { in TryToAllocate()
308 DCHECK_GE(TlabSize(), bytes); in AllocTlab()
1149 size_t TlabSize() const { in TlabSize() function
48 if (LIKELY(byte_count < self->TlabSize())) { in artAllocObjectFromCode()