Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc517 const auto& lhs_patches = lhs->GetPatches(); in operator ()() local
519 if (UNLIKELY(lhs_patches.size() != rhs_patches.size())) { in operator ()()
520 return lhs_patches.size() < rhs_patches.size(); in operator ()()
523 for (const LinkerPatch& lpatch : lhs_patches) { in operator ()()