Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h346 TNode<Int16T> BytecodeOperandSignedShort(int operand_index);
Dinterpreter-assembler.cc454 TNode<Int16T> InterpreterAssembler::BytecodeOperandSignedShort( in BytecodeOperandSignedShort() function in v8::internal::interpreter::InterpreterAssembler
514 return BytecodeOperandSignedShort(operand_index); in BytecodeSignedOperand()