Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc122 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
Dcompiler_driver.cc621 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod()
/art/compiler/linker/
Drelative_patcher_test.h151 if (!compiled_method->GetPatches().empty()) { in Link()
154 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
/art/compiler/
Doat_writer.cc754 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
777 DCHECK(compiled_method == nullptr || compiled_method->GetPatches().empty()); in VisitMethod()
965 if (!compiled_method->GetPatches().empty()) { in VisitMethod()
967 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
1023 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()
1024 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()
1369 if (!compiled_method->GetPatches().empty()) { in VisitMethod()
1372 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
Dcompiled_method.h413 ArrayRef<const LinkerPatch> GetPatches() const { in GetPatches() function
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc112 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
129 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc328 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ProcessPatches()