Searched refs:TypeBssEntryPatch (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 60 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1000u), in TEST() 61 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1000u), in TEST() 62 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1001u), in TEST() 63 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1001u), in TEST() 64 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1000u), in TEST() 65 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3001u, 1000u), in TEST() 66 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1001u), in TEST() 67 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3001u, 1001u), in TEST() 121 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3000u, 1000u), in TEST() 122 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3001u, 1000u), in TEST() [all …]
|
D | linker_patch.h | 114 static LinkerPatch TypeBssEntryPatch(size_t literal_offset, in TypeBssEntryPatch() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4449 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_mips64.cc | 1573 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1213 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_x86.cc | 5112 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 9012 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_mips.cc | 1646 EmitPcRelativeLinkerPatches<linker::LinkerPatch::TypeBssEntryPatch>( in EmitLinkerPatches()
|