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

  /art/compiler/dex/
growable_array.h 70 return arena->Alloc(sizeof(GrowableArray::Iterator), ArenaAllocator::kAllocGrowableArray);
85 ArenaAllocator::kAllocGrowableArray));
99 ArenaAllocator::kAllocGrowableArray));
156 return arena->Alloc(sizeof(GrowableArray<T>), ArenaAllocator::kAllocGrowableArray);
arena_allocator.h 88 kAllocGrowableArray,

Completed in 24 milliseconds