Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method_storage.cc70 inline void CompiledMethodStorage::ReleaseArrayIfNotDeduplicated( in ReleaseArrayIfNotDeduplicated() function in art::CompiledMethodStorage
183 ReleaseArrayIfNotDeduplicated(code); in ReleaseCode()
197 ReleaseArrayIfNotDeduplicated(table); in ReleaseVMapTable()
211 ReleaseArrayIfNotDeduplicated(cfi_info); in ReleaseCFIInfo()
226 ReleaseArrayIfNotDeduplicated(linker_patches); in ReleaseLinkerPatches()
Dcompiled_method_storage.h108 void ReleaseArrayIfNotDeduplicated(const LengthPrefixedArray<T>* array);