Searched defs:Binop_23x (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc273 void HGraphBuilder::Binop_23x(const Instruction& instruction, Primitive::Type type) { function in class:art::HGraphBuilder
629 Binop_23x<HAdd>(instruction, Primitive::kPrimInt);
634 Binop_23x<HAdd>(instruction, Primitive::kPrimLong);
639 Binop_23x<HSub>(instruction, Primitive::kPrimInt);
644 Binop_23x<HSub>(instruction, Primitive::kPrimLong);
702 Binop_23x<HCompare>(instruction, Primitive::kPrimLong);

Completed in 28 milliseconds