Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-decoder.cc41 switch (Bytecodes::SizeOfOperand(operand_type, operand_scale)) { in DecodeSignedOperand()
59 switch (Bytecodes::SizeOfOperand(operand_type, operand_scale)) { in DecodeUnsignedOperand()
Dbytecode-register.cc86 OperandSize Register::SizeOfOperand() const { in SizeOfOperand() function in v8::internal::interpreter::Register
Dbytecode-register.h56 OperandSize SizeOfOperand() const;
Dbytecodes.h857 static OperandSize SizeOfOperand(OperandType operand_type, in SizeOfOperand() function