Searched refs:GetPatches (Results 1 – 7 of 7) sorted by relevance
92 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
49 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const { in GetPatches() function
146 ArrayRef<const linker::LinkerPatch> GetPatches() const;
168 if (!compiled_method->GetPatches().empty()) { in Link()171 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
900 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()937 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()1448 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()1449 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1772 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1775 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
122 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()139 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
405 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()