Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc40 uint32_t BytecodeArrayIterator::GetRawOperand(int operand_index, in GetRawOperand() function in v8::internal::interpreter::BytecodeArrayIterator
62 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()
Dbytecode-array-iterator.h37 uint32_t GetRawOperand(int operand_index, OperandType operand_type) const;
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc225 uint32_t raw_operand = iterator.GetRawOperand(j, operand_type); in CheckBytecodeArrayEqual()