Searched refs:GetOperandOffset (Results 1 – 7 of 7) sorted by relevance
56 static inline int GetOperandOffset(int i) {90 static inline int GetOperandOffset(int i) {121 static inline int GetOperandOffset(int i) {146 static inline int GetOperandOffset(int i) {167 static inline int GetOperandOffset(int i) {
133 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i) { in GetOperandOffset() function in v8::internal::interpreter::Bytecodes138 return BytecodeTraits<__VA_ARGS__, OPERAND_TERM>::GetOperandOffset(i); in GetOperandOffset()258 &bytecode_start[GetOperandOffset(bytecode, i)]; in Decode()
48 Bytecodes::GetOperandOffset(current_bytecode(), operand_index); in GetRawOperand()
360 static int GetOperandOffset(Bytecode bytecode, int i);
37 Bytecodes::GetOperandOffset(bytecode, operand_index); in GetOperand()
164 Int32Constant(interpreter::Bytecodes::GetOperandOffset( in BytecodeOperand()176 Int32Constant(interpreter::Bytecodes::GetOperandOffset( in BytecodeOperandSignExtended()194 Int32Constant(interpreter::Bytecodes::GetOperandOffset( in BytecodeOperandShort()198 interpreter::Bytecodes::GetOperandOffset(bytecode_, operand_index); in BytecodeOperandShort()224 interpreter::Bytecodes::GetOperandOffset(bytecode_, operand_index); in BytecodeOperandShortSignExtended()
339 int offset = interpreter::Bytecodes::GetOperandOffset(bytecode, i); in TARGET_TEST_F()