Home
last modified time | relevance | path

Searched refs:operand_start (Results 1 – 2 of 2) sorted by relevance

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