Searched refs:GetOperandSize (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 146 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 …]
|
D | bytecodes.cc | 135 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()
|
D | bytecodes.h | 525 static OperandSize GetOperandSize(Bytecode bytecode, int i,
|
/external/v8/test/cctest/interpreter/ |
D | bytecode-expectations-printer.cc | 106 OperandSize op_size = Bytecodes::GetOperandSize( in PrintBytecodeOperand()
|