Home
last modified time | relevance | path

Searched refs:DeduplicateLinkerPatches (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.h63 const LengthPrefixedArray<linker::LinkerPatch>* DeduplicateLinkerPatches(
H A Dcompiled_method_storage.cc204 const LengthPrefixedArray<linker::LinkerPatch>* CompiledMethodStorage::DeduplicateLinkerPatches( in DeduplicateLinkerPatches() function in art::CompiledMethodStorage
/aosp12/art/compiler/
H A Dcompiled_method.cc106 patches_(storage->DeduplicateLinkerPatches(patches)) { in CompiledMethod()