Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h60 TNode<IntPtrT> BytecodeOperandImmIntPtr(int operand_index);
Dinterpreter-generator.cc749 TNode<IntPtrT> cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER()
794 TNode<IntPtrT> cell_index = BytecodeOperandImmIntPtr(0); in IGNITION_HANDLER()
2211 TNode<IntPtrT> case_value_base = BytecodeOperandImmIntPtr(2); in IGNITION_HANDLER()
Dinterpreter-assembler.cc601 TNode<IntPtrT> InterpreterAssembler::BytecodeOperandImmIntPtr( in BytecodeOperandImmIntPtr() function in v8::internal::interpreter::InterpreterAssembler