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

  /art/runtime/gc/
allocator_type.h 34 kAllocatorTypeRegionTLAB,
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB;
heap-inl.h 253 allocator_type != kAllocatorTypeRegionTLAB &&
351 case kAllocatorTypeRegionTLAB: {
heap.cc     [all...]
heap.h     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 128 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RegionTLAB, gc::kAllocatorTypeRegionTLAB)
228 case gc::kAllocatorTypeRegionTLAB: {

Completed in 202 milliseconds