Searched refs:GetPatches (Results 1 – 7 of 7) sorted by relevance
122 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
621 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod()
151 if (!compiled_method->GetPatches().empty()) { in Link()154 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
754 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()777 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()965 if (!compiled_method->GetPatches().empty()) { in VisitMethod()967 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()1023 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()1024 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1369 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1372 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
413 ArrayRef<const LinkerPatch> GetPatches() const { in GetPatches() function
112 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()129 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
328 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()