Searched refs:GetCountOperand (Results 1 – 4 of 4) sorted by relevance
31 int GetCountOperand(int operand_index) const;
67 int BytecodeArrayIterator::GetCountOperand(int operand_index) const { in GetCountOperand() function in v8::internal::interpreter::BytecodeArrayIterator
101 CHECK_EQ(iterator.GetCountOperand(2), 1); in TEST_F()
1204 size_t arg_count = iterator.GetCountOperand(2); in BuildCall()1231 size_t arg_count = iterator.GetCountOperand(2); in VisitCallJSRuntime()1261 size_t arg_count = iterator.GetCountOperand(2); in VisitCallRuntime()1276 size_t arg_count = iterator.GetCountOperand(2); in VisitCallRuntimeForPair()1308 size_t arg_count = iterator.GetCountOperand(2); in VisitNew()