Home
last modified time | relevance | path

Searched refs:TlabSize (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dheap-inl.h77 byte_count <= self->TlabSize()) { in AllocObjectWithAllocator()
298 if (UNLIKELY(self->TlabSize() < alloc_size)) { in TryToAllocate()
329 if (UNLIKELY(self->TlabSize() < alloc_size)) { in TryToAllocate()
/art/runtime/
Dthread-inl.h199 inline size_t Thread::TlabSize() const { in TlabSize() function
204 DCHECK_GE(TlabSize(), bytes); in AllocTlab()
Dthread.h868 size_t TlabSize() const;
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc41 if (LIKELY(byte_count < self->TlabSize())) { \
68 if (LIKELY(byte_count < self->TlabSize())) { \
94 if (LIKELY(byte_count < self->TlabSize())) { \