Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateArray

2523       return array_builder->AllocateArray(length_argument,
2556 return array_builder->AllocateArray(capacity, max_alloc_length, length);
3215 return AllocateArray(capacity,
3221 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3226 return AllocateArray(capacity,
3233 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(
3242 HAllocate* array = AllocateArray(capacity, length_field, fill_mode);
3250 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray(