Searched refs:RelativeMethodPatch (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 33 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u), in TEST() 34 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u), in TEST() 35 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1001u), in TEST() 36 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Index 7. in TEST() 37 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u), in TEST() 38 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u), in TEST() 39 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1001u), in TEST() 40 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1001u), in TEST() 94 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1000u), in TEST() 95 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1000u), in TEST() [all …]
|
D | linker_patch.h | 86 static LinkerPatch RelativeMethodPatch(size_t literal_offset, in RelativeMethodPatch() function
|
/art/dex2oat/driver/ |
D | compiled_method_storage_test.cc | 50 linker::LinkerPatch::RelativeMethodPatch(4u, nullptr, 0u, 1u), in TEST() 54 linker::LinkerPatch::RelativeMethodPatch(4u, nullptr, 0u, 2u), in TEST()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 5388 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
|
D | code_generator_riscv64.cc | 6705 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1468 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
|
D | code_generator_x86.cc | 5870 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 9907 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
|