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 | 110 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 | 239 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 409 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 422 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 426 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 449 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 469 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 505 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 527 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 553 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 598 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 212 LinkerPatch patch = LinkerPatch::RelativeCodePatch(/* literal_offset */ 0u, in CompileMethodCallThunk() 581 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 592 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 596 LinkerPatch::RelativeCodePatch(0u, nullptr, 1u), in TEST_F() 617 LinkerPatch::RelativeCodePatch(0u, nullptr, 2u), in TEST_F() 637 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, missing_method_index), in TEST_F() 672 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 698 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() 724 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 768 LinkerPatch::RelativeCodePatch(bl_offset_in_last_method, nullptr, 1u), in TEST_F() [all …]
|