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

  /art/runtime/gc/
allocator_type.h 28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints.
39 return allocator == kAllocatorTypeTLAB || allocator == kAllocatorTypeRegionTLAB;
heap-inl.h 252 if (allocator_type != kAllocatorTypeTLAB &&
349 case kAllocatorTypeTLAB:
358 // kAllocatorTypeTLAB may be the allocator for region space TLAB if the GC is not marking,
heap.h     [all...]
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 41 if (kUseTlabFastPath && !kInstrumented && allocator_type == gc::kAllocatorTypeTLAB) {
126 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
218 case gc::kAllocatorTypeTLAB: {

Completed in 622 milliseconds