Home
last modified time | relevance | path

Searched refs:BytecodeOperandIdxSmi (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.h38 compiler::Node* BytecodeOperandIdxSmi(int operand_index);
Dinterpreter.cc2781 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateRegExpLiteral()
2797 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateArrayLiteral()
2838 Node* literal_index = __ BytecodeOperandIdxSmi(1); in DoCreateObjectLiteral()
Dinterpreter-assembler.cc464 Node* InterpreterAssembler::BytecodeOperandIdxSmi(int operand_index) { in BytecodeOperandIdxSmi() function in v8::internal::interpreter::InterpreterAssembler