Searched defs:EmitLinkerPatches (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc290 void CodeGenerator::EmitLinkerPatches(ArenaVector<LinkerPatch>* linker_patches ATTRIBUTE_UNUSED) { function in class:art::CodeGenerator
H A Dcode_generator_mips.cc1563 void CodeGeneratorMIPS::EmitLinkerPatches(ArenaVector<LinkerPatch>* linker_patches) { function in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.cc1444 void CodeGeneratorMIPS64::EmitLinkerPatches(ArenaVector<LinkerPatch>* linker_patches) { function in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_x86.cc4693 void CodeGeneratorX86::EmitLinkerPatches(ArenaVector<LinkerPatch>* linker_patches) { function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.cc1127 void CodeGeneratorX86_64::EmitLinkerPatches(ArenaVector<LinkerPatch>* linker_patches) { function in class:art::x86_64::CodeGeneratorX86_64

Completed in 123 milliseconds