Home
last modified time | relevance | path

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

/aosp12/art/compiler/driver/
H A 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()
/aosp12/system/chre/util/tests/
H A Dbuffer_test.cc46 TEST(Buffer, CopyArray) { in TEST() argument