Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method_test.cc73 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u), in TEST()
74 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u), in TEST()
75 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u), in TEST()
76 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1001u), in TEST()
134 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u), in TEST()
135 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u), in TEST()
136 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u), in TEST()
137 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1001u), in TEST()
Dcompiled_method.h161 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
/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()
92 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc66 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
79 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
83 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F()
112 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc348 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
361 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
365 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
388 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
408 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, missing_method_index), in TEST_F()
437 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, 3u), in TEST_F()
459 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, 1u), in TEST_F()
481 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, 3u), in TEST_F()
516 LinkerPatch::RelativeCodePatch(bl_offset_in_method3, nullptr, 1u), in TEST_F()
1219 LinkerPatch::RelativeCodePatch(kMethodCallLiteralOffset, nullptr, 2u), in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc532 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
543 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
547 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F()
568 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F()
588 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F()
621 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, expected_last_method_idx), in TEST_F()
647 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
673 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, expected_last_method_idx), in TEST_F()
708 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F()
1298 LinkerPatch::RelativeCodePatch(kMethodCallLiteralOffset, nullptr, 2u), in TEST_F()