Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc72 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()
Dbytecode-decoder.cc109 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode()
156 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
Dinterpreter-assembler.cc208 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()
Dbytecodes.cc108 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h616 static int GetOperandOffset(Bytecode bytecode, int i,