Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h57 TNode<Int32T> BytecodeOperandImm(int operand_index);
Dinterpreter-assembler.cc572 TNode<Int32T> InterpreterAssembler::BytecodeOperandImm(int operand_index) { in BytecodeOperandImm() function in v8::internal::interpreter::InterpreterAssembler
582 return ChangeInt32ToIntPtr(BytecodeOperandImm(operand_index)); in BytecodeOperandImmIntPtr()
586 return SmiFromInt32(BytecodeOperandImm(operand_index)); in BytecodeOperandImmSmi()
Dinterpreter-generator.cc2172 TNode<Int32T> loop_depth = BytecodeOperandImm(1); in IGNITION_HANDLER()