Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h344 TNode<Int8T> BytecodeOperandSignedByte(int operand_index);
Dinterpreter-assembler.cc374 TNode<Int8T> InterpreterAssembler::BytecodeOperandSignedByte( in BytecodeOperandSignedByte() function in v8::internal::interpreter::InterpreterAssembler
512 return BytecodeOperandSignedByte(operand_index); in BytecodeSignedOperand()