Searched refs:RelativeTypePatch (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 52 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1000u), in TEST() 53 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1000u), in TEST() 54 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1001u), in TEST() 55 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1001u), in TEST() 56 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1000u), in TEST() 57 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1000u), in TEST() 58 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1001u), in TEST() 59 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1001u), in TEST() 113 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1000u), in TEST() 114 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1000u), in TEST() [all …]
|
D | linker_patch.h | 104 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4434 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_mips64.cc | 1558 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1198 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_x86.cc | 5097 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 8997 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|
D | code_generator_mips.cc | 1631 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
|