Searched refs:GetPatches (Results 1 – 7 of 7) sorted by relevance
127 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
652 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod()
148 if (!compiled_method->GetPatches().empty()) { in Link()151 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
74 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()90 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
114 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpaceInternal()
752 if (!compiled_method->GetPatches().empty()) { in VisitMethod()754 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()807 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()808 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1038 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1041 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
424 ArrayRef<const LinkerPatch> GetPatches() const { in GetPatches() function