Home
last modified time | relevance | path

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

/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc46 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
59 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
63 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
88 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc56 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
69 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
73 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
98 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc182 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
195 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
199 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
222 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
241 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, 3u), in TEST_F()
261 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, 1u), in TEST_F()
281 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, 3u), in TEST_F()
310 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, 1u), in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc335 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
348 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
352 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
375 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
395 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, expected_last_method_idx), in TEST_F()
419 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
443 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, expected_last_method_idx), in TEST_F()
472 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
/art/compiler/
Dcompiled_method.h185 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc856 patches_.push_back(LinkerPatch::RelativeCodePatch(p->offset, in InstallLiteralPools()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc913 patches_.push_back(LinkerPatch::RelativeCodePatch(p->offset, in InstallLiteralPools()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc1101 patches_.push_back(LinkerPatch::RelativeCodePatch(patch_offset, in InstallLiteralPools()