Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h52 compiler::Node* BytecodeOperandImm(int operand_index);
Dinterpreter-assembler.cc569 Node* InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm() function in v8::internal::interpreter::InterpreterAssembler
578 return ChangeInt32ToIntPtr(BytecodeOperandImm(operand_index)); in BytecodeOperandImmIntPtr()
582 return SmiFromInt32(BytecodeOperandImm(operand_index)); in BytecodeOperandImmSmi()
Dinterpreter-generator.cc2261 Node* loop_depth = BytecodeOperandImm(1); in IGNITION_HANDLER()