Searched refs:GetPatches (Results 1 – 7 of 7) sorted by relevance
49 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const { in GetPatches() function
146 ArrayRef<const linker::LinkerPatch> GetPatches() const;
92 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
168 if (!compiled_method->GetPatches().empty()) { in Link()171 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
904 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()929 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()1440 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()1441 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1764 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1767 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
120 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()137 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
405 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()