Searched refs:RelativeTypePatch (Results 1 – 6 of 6) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 53 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1000u), in TEST() 54 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1000u), in TEST() 55 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1001u), in TEST() 56 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1001u), in TEST() 57 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1000u), in TEST() 58 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1000u), in TEST() 59 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1001u), in TEST() 60 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1001u), in TEST() 114 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1000u), in TEST() 115 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1000u), in TEST() [all …]
|
D | linker_patch.h | 119 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 5251 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1404 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_x86.cc | 5742 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 9749 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|