Home
last modified time | relevance | path

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

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