HomeSort by relevance Sort by last modified time
    Searched full:operand_number (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/x86/
target_x86.cc 214 int operand_number = operand_number_ch - '0'; local
215 DCHECK_LT(operand_number, 6); // Expect upto 6 LIR operands.
217 int operand = lir->operands[operand_number];

Completed in 4268 milliseconds