Searched refs:GetOperandOffset (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-iterator.cc | 72 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand() 88 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand() 133 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetRegisterOperand()
|
D | bytecode-decoder.cc | 109 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode() 156 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
|
D | interpreter-assembler.cc | 208 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset() 292 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort() 307 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort() 328 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad() 342 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
|
D | bytecodes.cc | 108 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
|
D | bytecodes.h | 616 static int GetOperandOffset(Bytecode bytecode, int i,
|