Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray() function
63 return CopyArray(swap_space_.get(), data); in AllocateOrDeduplicateArray()
96 return CopyArray(swap_space_, array); in Copy()