/art/compiler/ |
D | compiled_method_test.cc | 73 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()
|
D | compiled_method.h | 161 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 46 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/ |
D | relative_patcher_x86_64_test.cc | 66 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/ |
D | relative_patcher_thumb2_test.cc | 348 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/ |
D | relative_patcher_arm64_test.cc | 532 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()
|