Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch_test.cc48 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()
Dlinker_patch.h97 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch() function
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc47 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/
Drelative_patcher_x86_64_test.cc67 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/
Drelative_patcher_thumb2_test.cc239 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/
Drelative_patcher_arm64_test.cc212 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 …]