Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h343 TNode<Uint8T> BytecodeOperandUnsignedByte(int operand_index);
Dinterpreter-assembler.cc364 TNode<Uint8T> InterpreterAssembler::BytecodeOperandUnsignedByte( in BytecodeOperandUnsignedByte() function in v8::internal::interpreter::InterpreterAssembler
528 return BytecodeOperandUnsignedByte(operand_index); in BytecodeUnsignedOperand()