Home
last modified time | relevance | path

Searched refs:IsTLABAllocator (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/
H A Dallocator_type.h42 inline constexpr bool IsTLABAllocator(AllocatorType allocator) { in IsTLABAllocator() function
H A Dheap-inl.h115 if (IsTLABAllocator(allocator)) { in AllocObjectWithAllocator()
119 if (IsTLABAllocator(allocator) && byte_count <= self->TlabSize()) { in AllocObjectWithAllocator()