Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h348 TNode<Int32T> BytecodeOperandSignedQuad(int operand_index);
Dinterpreter-assembler.cc489 TNode<Int32T> InterpreterAssembler::BytecodeOperandSignedQuad( in BytecodeOperandSignedQuad() function in v8::internal::interpreter::InterpreterAssembler
516 return BytecodeOperandSignedQuad(operand_index); in BytecodeSignedOperand()