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 26 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints.
heap-inl.h 69 if (allocator == kAllocatorTypeTLAB) {
73 if (allocator == kAllocatorTypeTLAB && byte_count <= self->TlabSize()) {
198 if (allocator_type != kAllocatorTypeTLAB &&
246 case kAllocatorTypeTLAB: {
heap.h 624 allocator_type != kAllocatorTypeTLAB;
    [all...]
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 111 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(TLAB, gc::kAllocatorTypeTLAB)
191 case gc::kAllocatorTypeTLAB: {

Completed in 59 milliseconds