Home
last modified time | relevance | path

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

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