Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc180 uint8_t operand_bytes[2]; in Output() local
181 WriteUnalignedUInt16(operand_bytes, operands[i]); in Output()
182 bytecodes()->insert(bytecodes()->end(), operand_bytes, in Output()
183 operand_bytes + 2); in Output()
855 uint8_t operand_bytes[2]; in PatchIndirectJumpWith16BitOperand() local
856 WriteUnalignedUInt16(operand_bytes, static_cast<uint16_t>(entry)); in PatchIndirectJumpWith16BitOperand()
858 *operand_location++ = operand_bytes[0]; in PatchIndirectJumpWith16BitOperand()
859 *operand_location = operand_bytes[1]; in PatchIndirectJumpWith16BitOperand()