Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.h65 void ReleaseLinkerPatches(const LengthPrefixedArray<linker::LinkerPatch>* linker_patches);
Dcompiled_method_storage.cc209 void CompiledMethodStorage::ReleaseLinkerPatches( in ReleaseLinkerPatches() function in art::CompiledMethodStorage
/art/compiler/
Dcompiled_method.cc136 storage->ReleaseLinkerPatches(patches_); in ~CompiledMethod()