Home
last modified time | relevance | path

Searched defs:HandleBinaryOp (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.cc2098 void LocationsBuilderRISCV64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::riscv64::LocationsBuilderRISCV64
2140 void InstructionCodeGeneratorRISCV64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::riscv64::InstructionCodeGeneratorRISCV64
Dcode_generator_arm64.cc2291 void LocationsBuilderARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::LocationsBuilderARM64
2469 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::InstructionCodeGeneratorARM64