Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc127 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data()) in TEST()
Dcompiler_driver.cc652 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in CompileMethod()
/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.cc74 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
90 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpace()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc114 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in ReserveSpaceInternal()
/art/compiler/
Doat_writer.cc752 if (!compiled_method->GetPatches().empty()) { in VisitMethod()
754 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
807 if (UNLIKELY(lhs->GetPatches().data() != rhs->GetPatches().data())) { in operator ()()
808 return lhs->GetPatches().data() < rhs->GetPatches().data(); in operator ()()
1038 if (!compiled_method->GetPatches().empty()) { in VisitMethod()
1041 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in VisitMethod()
Dcompiled_method.h424 ArrayRef<const LinkerPatch> GetPatches() const { in GetPatches() function