Searched refs:GetOperandOffset (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-accessor.cc | 87 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand() 103 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand() 153 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetRegisterOperand()
|
D | bytecode-decoder.cc | 141 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode() 203 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
|
D | interpreter-assembler.cc | 354 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset() 437 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort() 455 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort() 472 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad() 489 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
|
D | bytecodes.cc | 143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
|
D | bytecodes.h | 764 static int GetOperandOffset(Bytecode bytecode, int i,
|