Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h64 const LengthPrefixedArray<LinkerPatch>* DeduplicateLinkerPatches(
Dcompiled_method_storage.cc237 const LengthPrefixedArray<LinkerPatch>* CompiledMethodStorage::DeduplicateLinkerPatches( in DeduplicateLinkerPatches() function in art::CompiledMethodStorage
/art/compiler/
Dcompiled_method.cc119 patches_(driver->GetCompiledMethodStorage()->DeduplicateLinkerPatches(patches)) { in CompiledMethod()