Home
last modified time | relevance | path

Searched refs:BytecodeOperandSignedShort (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.h283 compiler::Node* BytecodeOperandSignedShort(int operand_index);
Dinterpreter-assembler.cc333 Node* InterpreterAssembler::BytecodeOperandSignedShort(int operand_index) { in BytecodeOperandSignedShort() function in v8::internal::interpreter::InterpreterAssembler
384 return BytecodeOperandSignedShort(operand_index); in BytecodeSignedOperand()