HomeSort by relevance Sort by last modified time
    Searched refs:IsTLABAllocator (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
allocator_type.h 38 inline constexpr bool IsTLABAllocator(AllocatorType allocator) {
heap-inl.h 81 if (IsTLABAllocator(allocator)) {
85 if (IsTLABAllocator(allocator) && byte_count <= self->TlabSize()) {

Completed in 87 milliseconds