Home
last modified time | relevance | path

Searched refs:array_copy (Results 1 – 1 of 1) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.cc38 LengthPrefixedArray<T>* array_copy = new(storage) LengthPrefixedArray<T>(array.size()); in CopyArray() local
39 std::copy(array.begin(), array.end(), array_copy->begin()); in CopyArray()
40 return array_copy; in CopyArray()