Home
last modified time | relevance | path

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

/aosp12/art/compiler/
H A Dcompiled_method.cc106 patches_(storage->DeduplicateLinkerPatches(patches)) { in CompiledMethod()
136 storage->ReleaseLinkerPatches(patches_); in ~CompiledMethod()
H A Dcompiled_method-inl.h50 return GetArray(patches_); in GetPatches()
H A Dcompiled_method.h162 const LengthPrefixedArray<linker::LinkerPatch>* const patches_; variable