Home
last modified time | relevance | path

Searched refs:GetPatches (Results 1 – 7 of 7) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage_test.cc92 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
/art/compiler/
Dcompiled_method-inl.h49 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const { in GetPatches() function
Dcompiled_method.h146 ArrayRef<const linker::LinkerPatch> GetPatches() const;
/art/dex2oat/linker/
Drelative_patcher_test.h169 if (!compiled_method->GetPatches().empty()) { in Link()
172 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
Doat_writer.cc877 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()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc119 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
136 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc399 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()