Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch_test.cc52 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 …]
Dlinker_patch.h118 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc5064 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_x86_64.cc1317 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc9578 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_x86.cc5579 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()