Searched refs:InstructionCodeGenerator (Results 1 – 9 of 9) sorted by relevance
1019 class InstructionCodeGenerator : public HGraphVisitor {1021 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
210 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
214 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
324 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
286 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
1951 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARM64()
1381 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86_64()
1068 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86()
2060 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()