Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method-inl.h53 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const { in GetPatches() function
Dcompiled_method.h169 ArrayRef<const linker::LinkerPatch> GetPatches() const;
/art/compiler/driver/
Dcompiled_method_storage_test.cc120 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
Dcompiler_driver.cc497 for (const linker::LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethodHarness()
/art/compiler/linker/
Drelative_patcher_test.h148 if (!compiled_method->GetPatches().empty()) { in Link()
151 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc118 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
135 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
/art/dex2oat/linker/
Doat_writer.cc854 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()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc392 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()