HomeSort by relevance Sort by last modified time
    Searched refs:Binop_12x (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
builder.h 82 void Binop_12x(const Instruction& instruction, Primitive::Type type);
builder.cc 281 void HGraphBuilder::Binop_12x(const Instruction& instruction, Primitive::Type type) {
649 Binop_12x<HAdd>(instruction, Primitive::kPrimInt);
654 Binop_12x<HAdd>(instruction, Primitive::kPrimLong);
659 Binop_12x<HSub>(instruction, Primitive::kPrimInt);
664 Binop_12x<HSub>(instruction, Primitive::kPrimLong);

Completed in 104 milliseconds