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

  /external/v8/src/interpreter/
bytecode-array-writer.cc 184 if (Bytecodes::ScaleForUnsignedOperand(delta) == OperandScale::kSingle) {
212 if (Bytecodes::ScaleForUnsignedOperand(delta) <= OperandScale::kDouble) {
294 OperandScale operand_scale = Bytecodes::ScaleForUnsignedOperand(delta);
bytecode-pipeline.h 342 return Bytecodes::ScaleForUnsignedOperand(operand);
357 std::max(operand_scale_, Bytecodes::ScaleForUnsignedOperand(operand));
bytecodes.h     [all...]

Completed in 110 milliseconds