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

/art/runtime/gc/
H A Dallocator_type.h28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints. enumerator in enum:art::gc::AllocatorType
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB;
H A Dheap-inl.h254 if (allocator_type != kAllocatorTypeTLAB &&
351 case kAllocatorTypeTLAB:
360 // kAllocatorTypeTLAB may be the allocator for region space TLAB if the GC is not marking,
H A Dheap.h864 allocator_type != kAllocatorTypeTLAB &&
875 allocator_type != kAllocatorTypeTLAB;
H A Dheap.cc1231 allocator_type == kAllocatorTypeTLAB) {
2145 ChangeAllocator(kAllocatorTypeTLAB);
2568 current_allocator_ == kAllocatorTypeTLAB ||
4041 } else if (allocator_type == kAllocatorTypeTLAB) {
/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc42 if (kUseTlabFastPath && !kInstrumented && allocator_type == gc::kAllocatorTypeTLAB) {
127 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
219 case gc::kAllocatorTypeTLAB: {

Completed in 99 milliseconds