Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc87 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()
Dbytecode-decoder.cc141 Bytecodes::GetOperandOffset(bytecode, i, operand_scale); in Decode()
203 Bytecodes::GetOperandOffset(bytecode, i + 1, operand_scale); in Decode()
Dinterpreter-assembler.cc354 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()
Dbytecodes.cc143 int Bytecodes::GetOperandOffset(Bytecode bytecode, int i, in GetOperandOffset() function in v8::internal::interpreter::Bytecodes
Dbytecodes.h764 static int GetOperandOffset(Bytecode bytecode, int i,