Searched defs:init_length (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dgrowable_array.h79 GrowableArray(ArenaAllocator* arena, size_t init_length, OatListKind kind = kGrowableArrayMisc) argument
81 num_allocated_(init_length),
84 elem_list_ = static_cast<T*>(arena_->Alloc(sizeof(T) * init_length,

Completed in 3 milliseconds