Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc2294 void LocationsBuilderARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::LocationsBuilderARM64
2472 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::InstructionCodeGeneratorARM64
H A 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