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;
169 if (!compiled_method->GetPatches().empty()) { in Link()172 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
877 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()902 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()1408 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()1409 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1730 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1733 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
119 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()136 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
399 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()