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

  /external/v8/src/interpreter/
bytecodes.cc 257 const uint8_t* operand_start = local
261 os << "#" << static_cast<unsigned int>(*operand_start);
264 os << '#' << ReadUnalignedUInt16(operand_start);
267 os << "[" << static_cast<unsigned int>(*operand_start) << "]";
270 os << "[" << ReadUnalignedUInt16(operand_start) << "]";
273 os << "#" << static_cast<int>(static_cast<int8_t>(*operand_start));
277 Register reg = Register::FromOperand(*operand_start);
297 Register reg = Register::FromOperand(*operand_start);
309 Register::FromWideOperand(ReadUnalignedUInt16(operand_start));
bytecode-array-iterator.cc 46 uint8_t* operand_start = local
54 return static_cast<uint32_t>(*operand_start);
56 return ReadUnalignedUInt16(operand_start);

Completed in 1742 milliseconds