Searched refs:AllocateOrDeduplicateArray (Results 1 – 2 of 2) sorted by relevance
57 inline const LengthPrefixedArray<T>* CompiledMethodStorage::AllocateOrDeduplicateArray( in AllocateOrDeduplicateArray() function in art::CompiledMethodStorage179 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()
91 const LengthPrefixedArray<T>* AllocateOrDeduplicateArray(const ArrayRef<const T>& data,