Searched refs:kAllocatorTypeRegionTLAB (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/
H A Dallocator_type.h34 kAllocatorTypeRegionTLAB, enumerator in enum:art::gc::AllocatorType
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB;
H A Dheap-inl.h255 allocator_type != kAllocatorTypeRegionTLAB &&
353 case kAllocatorTypeRegionTLAB: {
H A Dheap.cc1234 allocator_type == kAllocatorTypeRegionTLAB) {
2134 ChangeAllocator(kAllocatorTypeRegionTLAB);
2570 current_allocator_ == kAllocatorTypeRegionTLAB);
4054 DCHECK(allocator_type == kAllocatorTypeRegionTLAB);
H A Dheap.h866 allocator_type != kAllocatorTypeRegionTLAB;
/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc129 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
229 case gc::kAllocatorTypeRegionTLAB: {

Completed in 87 milliseconds