Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc57 inline const LengthPrefixedArray<T>* CompiledMethodStorage::AllocateOrDeduplicateArray( in AllocateOrDeduplicateArray() function in art::CompiledMethodStorage
179 return AllocateOrDeduplicateArray(code, &dedupe_code_); in DeduplicateCode()
188 return AllocateOrDeduplicateArray(table, &dedupe_vmap_table_); in DeduplicateVMapTable()
197 return AllocateOrDeduplicateArray(cfi_info, &dedupe_cfi_info_); in DeduplicateCFIInfo()
206 return AllocateOrDeduplicateArray(linker_patches, &dedupe_linker_patches_); in DeduplicateLinkerPatches()
Dcompiled_method_storage.h91 const LengthPrefixedArray<T>* AllocateOrDeduplicateArray(const ArrayRef<const T>& data,