Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc146 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedByte()
155 DCHECK_EQ(OperandSize::kByte, Bytecodes::GetOperandSize( in BytecodeOperandSignedByte()
223 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedShort()
238 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedShort()
258 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandUnsignedQuad()
272 DCHECK_EQ(OperandSize::kQuad, Bytecodes::GetOperandSize( in BytecodeOperandSignedQuad()
329 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandCount()
337 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandFlag()
346 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandImm()
354 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIdx()
[all …]
Dbytecodes.cc135 OperandSize operand_size = GetOperandSize(bytecode, i, operand_scale); in Size()
342 OperandSize Bytecodes::GetOperandSize(Bytecode bytecode, int i, in GetOperandSize() function in v8::internal::interpreter::Bytecodes
386 GetOperandSize(bytecode, operand_index, operand_scale); in GetOperandOffset()
Dbytecodes.h525 static OperandSize GetOperandSize(Bytecode bytecode, int i,
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc106 OperandSize op_size = Bytecodes::GetOperandSize( in PrintBytecodeOperand()