Searched refs:MethodBssEntryPatch (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/ |
D | linker_patch_test.cc | 40 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1000u), in TEST() 41 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1000u), in TEST() 42 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1001u), in TEST() 43 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1001u), in TEST() 44 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1000u), in TEST() 45 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1000u), in TEST() 46 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1001u), in TEST() 47 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1001u), in TEST() 101 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3000u, 1000u), in TEST() 102 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3001u, 1000u), in TEST() [all …]
|
D | linker_patch.h | 86 static LinkerPatch MethodBssEntryPatch(size_t literal_offset, in MethodBssEntryPatch() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4447 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_mips64.cc | 1571 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 1211 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_x86.cc | 5110 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_arm_vixl.cc | 9010 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|
D | code_generator_mips.cc | 1644 EmitPcRelativeLinkerPatches<linker::LinkerPatch::MethodBssEntryPatch>( in EmitLinkerPatches()
|