Home
last modified time | relevance | path

Searched refs:GetOperandOffset (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc65 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand()
80 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand()
140 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetRegisterOperand()
Dbytecode-decoder.cc132 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode()
195 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
Dinterpreter-assembler.cc361 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset()
443 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort()
461 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort()
478 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad()
495 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
Dbytecodes.cc149 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h879 static int GetOperandOffset(Bytecode bytecode, int i,