/aosp_15_r20/art/compiler/linker/ |
H A D | linker_patch_test.cc | 49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u), in TEST() 50 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u), in TEST() 51 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u), in TEST() 52 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1001u), in TEST() 110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u), in TEST() 111 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u), in TEST() 112 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u), in TEST() 113 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1001u), in TEST()
|
H A D | linker_patch.h | 127 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_test.cc | 47 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F() 60 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F() 64 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F() 93 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
|
/aosp_15_r20/art/dex2oat/linker/x86_64/ |
H A D | relative_patcher_x86_64_test.cc | 67 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F() 80 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F() 84 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 1u), in TEST_F() 113 LinkerPatch::RelativeCodePatch(kCallCode.size() - 4u, nullptr, 2u), in TEST_F()
|
/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 252 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 430 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 443 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 447 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 470 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 490 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 526 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 548 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 574 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 620 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 218 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 595 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 606 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 610 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 631 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 651 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 686 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 712 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 738 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 784 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|