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

/art/runtime/gc/
H A Dallocator_type.h33 kAllocatorTypeRegion, enumerator in enum:art::gc::AllocatorType
H A Dheap-inl.h342 case kAllocatorTypeRegion: {
H A Dheap.h865 allocator_type != kAllocatorTypeRegion &&
H A Dheap.cc1233 } else if (allocator_type == kAllocatorTypeRegion ||
2136 ChangeAllocator(kAllocatorTypeRegion);
2569 current_allocator_ == kAllocatorTypeRegion ||
/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc128 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(Region, gc::kAllocatorTypeRegion)
224 case gc::kAllocatorTypeRegion: {

Completed in 4568 milliseconds