Searched refs:GetPatches (Results 1 – 8 of 8) sorted by relevance
53 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const { in GetPatches() function
169 ArrayRef<const linker::LinkerPatch> GetPatches() const;
120 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
497 for (const linker::LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethodHarness()
148 if (!compiled_method->GetPatches().empty()) { in Link()151 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
118 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()135 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
854 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()879 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()1334 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1336 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()1413 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()1414 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()1780 if (!compiled_method->GetPatches().empty()) { in VisitMethod()1783 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
392 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()