Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h30 TNode<Uint32T> BytecodeOperandCount(int operand_index);
Dinterpreter-assembler.cc264 TNode<Uint32T> reg_count = BytecodeOperandCount(operand_index + 1); in GetRegisterListAtOperandIndex()
538 TNode<Uint32T> InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler