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

  /art/compiler/optimizing/
builder.h 79 void Binop_23x(const Instruction& instruction, Primitive::Type type);
builder.cc 273 void HGraphBuilder::Binop_23x(const Instruction& instruction, Primitive::Type type) {
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 163 milliseconds