Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc54 inline const LengthPrefixedArray<T>* CompiledMethodStorage::AllocateOrDeduplicateArray( in AllocateOrDeduplicateArray() function in art::CompiledMethodStorage
203 return AllocateOrDeduplicateArray(code, &dedupe_code_); in DeduplicateCode()
212 return AllocateOrDeduplicateArray(src_map, &dedupe_src_mapping_table_); in DeduplicateSrcMappingTable()
221 return AllocateOrDeduplicateArray(table, &dedupe_vmap_table_); in DeduplicateVMapTable()
230 return AllocateOrDeduplicateArray(cfi_info, &dedupe_cfi_info_); in DeduplicateCFIInfo()
239 return AllocateOrDeduplicateArray(linker_patches, &dedupe_linker_patches_); in DeduplicateLinkerPatches()
Dcompiled_method_storage.h71 const LengthPrefixedArray<T>* AllocateOrDeduplicateArray(const ArrayRef<const T>& data,