Searched refs:RelativeCodePatch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 48 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u), in TEST() 49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u), in TEST() 50 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u), in TEST() 51 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1001u), in TEST() 109 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u), in TEST() 110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u), in TEST() 111 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u), in TEST() 112 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1001u), in TEST()
|
D | linker_patch.h | 96 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
|
/art/dex2oat/linker/x86/ |
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()
|
/art/dex2oat/linker/x86_64/ |
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()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 238 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 408 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 421 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 425 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 448 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 468 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 504 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 526 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 552 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 597 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 211 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 580 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 591 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 595 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 616 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 636 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 671 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 697 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 723 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 767 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|