Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h205 compiler::Node* BytecodeOperandSignedByte(int operand_index);
Dinterpreter-assembler.cc153 Node* InterpreterAssembler::BytecodeOperandSignedByte(int operand_index) { in BytecodeOperandSignedByte() function in v8::internal::interpreter::InterpreterAssembler
297 return BytecodeOperandSignedByte(operand_index); in BytecodeSignedOperand()