Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc2193 void LocationsBuilderARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::LocationsBuilderARM64
2371 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_riscv64.cc2107 void LocationsBuilderRISCV64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::riscv64::LocationsBuilderRISCV64
2149 void InstructionCodeGeneratorRISCV64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::riscv64::InstructionCodeGeneratorRISCV64