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 27 kAllocatorTypeBumpPointer, // Use BumpPointer allocator, has entrypoints.
heap-inl.h 260 case kAllocatorTypeBumpPointer: {
heap.h     [all...]
heap.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 125 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(BumpPointer, gc::kAllocatorTypeBumpPointer)
213 case gc::kAllocatorTypeBumpPointer: {

Completed in 83 milliseconds