Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h60 TNode<IntPtrT> BytecodeOperandImmIntPtr(int operand_index);
Dinterpreter-generator.cc767 TNode<IntPtrT> cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER()
812 TNode<IntPtrT> cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER()
2228 TNode<IntPtrT> case_value_base = BytecodeOperandImmIntPtr(2); in IGNITION_HANDLER()
Dinterpreter-assembler.cc580 TNode<IntPtrT> InterpreterAssembler::BytecodeOperandImmIntPtr( in BytecodeOperandImmIntPtr() function in v8::internal::interpreter::InterpreterAssembler