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

  /art/compiler/optimizing/
builder.h 88 void Binop_22s(const Instruction& instruction, bool reverse);
builder.cc 289 void HGraphBuilder::Binop_22s(const Instruction& instruction, bool reverse) {
669 Binop_22s<HAdd>(instruction, false);
674 Binop_22s<HSub>(instruction, true);

Completed in 44 milliseconds