Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc1009 void LocationsBuilderMIPS64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::mips64::LocationsBuilderMIPS64
1050 void InstructionCodeGeneratorMIPS64::HandleBinaryOp(HBinaryOperation* instruction) { in HandleBinaryOp() function in art::mips64::InstructionCodeGeneratorMIPS64
Dcode_generator_arm64.cc1202 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp() function in art::arm64::InstructionCodeGeneratorARM64