Searched refs:GetRawOperand (Results 1 – 3 of 3) sorted by relevance
40 uint32_t BytecodeArrayIterator::GetRawOperand(int operand_index, in GetRawOperand() function in v8::internal::interpreter::BytecodeArrayIterator62 uint32_t operand = GetRawOperand(operand_index, OperandType::kImm8); in GetImmediateOperand()72 uint32_t operand = GetRawOperand(operand_index, type); in GetCountOperand()82 uint32_t operand = GetRawOperand(operand_index, operand_type); in GetIndexOperand()94 uint32_t operand = GetRawOperand(operand_index, operand_type); in GetRegisterOperand()
37 uint32_t GetRawOperand(int operand_index, OperandType operand_type) const;
225 uint32_t raw_operand = iterator.GetRawOperand(j, operand_type); in CheckBytecodeArrayEqual()