Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch_test.cc53 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 …]
Dlinker_patch.h119 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc5251 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_x86_64.cc1404 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_x86.cc5742 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()
Dcode_generator_arm_vixl.cc9749 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeTypePatch>( in EmitLinkerPatches()