Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h28 compiler::Node* BytecodeOperandCount(int operand_index);
Dinterpreter-assembler.cc278 Node* reg_count = BytecodeOperandCount(operand_index + 1); in GetRegisterListAtOperandIndex()
536 Node* InterpreterAssembler::BytecodeOperandCount(int operand_index) { in BytecodeOperandCount() function in v8::internal::interpreter::InterpreterAssembler