Searched refs:GetOperandOffset (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 65 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()
|
D | bytecode-decoder.cc | 132 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode() 195 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
|
D | interpreter-assembler.cc | 361 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()
|
D | bytecodes.cc | 149 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
|
D | bytecodes.h | 879 static int GetOperandOffset(Bytecode bytecode, int i,
|