Searched defs:EmitLinkerPatches (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ | ||
D | code_generator.cc | 447 void CodeGenerator::EmitLinkerPatches( in EmitLinkerPatches() function in art::CodeGenerator |
D | code_generator_arm64.cc | 4579 void CodeGeneratorARM64::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches() function in art::arm64::CodeGeneratorARM64 |
D | code_generator_x86_64.cc | 1190 void CodeGeneratorX86_64::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches() function in art::x86_64::CodeGeneratorX86_64 |
D | code_generator_x86.cc | 5207 void CodeGeneratorX86::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches() function in art::x86::CodeGeneratorX86 |
D | code_generator_arm_vixl.cc | 9194 void CodeGeneratorARMVIXL::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches() function in art::arm::CodeGeneratorARMVIXL |