Home
last modified time | relevance | path

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

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