Home
last modified time | relevance | path

Searched refs:RelativeMethodPatch (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/compiler/linker/
H A Dlinker_patch_test.cc32 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u), in TEST()
33 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u), in TEST()
34 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1001u), in TEST()
36 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u), in TEST()
37 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u), in TEST()
38 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1001u), in TEST()
39 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1001u), in TEST()
93 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1000u), in TEST()
94 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1000u), in TEST()
95 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1001u), in TEST()
[all …]
H A Dlinker_patch.h80 static LinkerPatch RelativeMethodPatch(size_t literal_offset, in RelativeMethodPatch() function
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage_test.cc50 linker::LinkerPatch::RelativeMethodPatch(4u, nullptr, 0u, 1u), in TEST()
54 linker::LinkerPatch::RelativeMethodPatch(4u, nullptr, 0u, 2u), in TEST()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc5062 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
H A Dcode_generator_x86_64.cc1315 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
H A Dcode_generator_arm_vixl.cc9576 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()
H A Dcode_generator_x86.cc5577 EmitPcRelativeLinkerPatches<linker::LinkerPatch::RelativeMethodPatch>( in EmitLinkerPatches()