Home
last modified time | relevance | path

Searched refs:BytecodeOperandConstantPoolIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h364 TNode<UintPtrT> BytecodeOperandConstantPoolIdx(int operand_index);
Dinterpreter-assembler.cc613 TNode<UintPtrT> InterpreterAssembler::BytecodeOperandConstantPoolIdx( in BytecodeOperandConstantPoolIdx() function in v8::internal::interpreter::InterpreterAssembler
676 TNode<UintPtrT> index = BytecodeOperandConstantPoolIdx(operand_index); in LoadConstantPoolEntryAtOperandIndex()