Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinterpreter-assembler.cc223 int operand_offset = in BytecodeOperandShortSignExtended() local
229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset))); in BytecodeOperandShortSignExtended()
232 Node* hi_byte_offset = Int32Constant(operand_offset + 1); in BytecodeOperandShortSignExtended()
233 Node* lo_byte_offset = Int32Constant(operand_offset); in BytecodeOperandShortSignExtended()
235 Node* hi_byte_offset = Int32Constant(operand_offset); in BytecodeOperandShortSignExtended()
236 Node* lo_byte_offset = Int32Constant(operand_offset + 1); in BytecodeOperandShortSignExtended()
/external/v8/src/interpreter/
Dbytecode-array-builder.cc35 size_t operand_offset = in GetOperand() local
45 array_builder_.bytecodes()->at(operand_offset)); in GetOperand()
48 (array_builder_.bytecodes()->at(operand_offset) << 8) + in GetOperand()
49 array_builder_.bytecodes()->at(operand_offset + 1); in GetOperand()