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

  /art/runtime/gc/
allocator_type.h 25 kAllocatorTypeBumpPointer, // Use BumpPointer allocator, has entrypoints.
heap-inl.h 204 case kAllocatorTypeBumpPointer: {
heap.h 623 allocator_type != kAllocatorTypeBumpPointer &&
    [all...]
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 110 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
186 case gc::kAllocatorTypeBumpPointer: {

Completed in 36 milliseconds