Home
last modified time | relevance | path

Searched refs:GetCountOperand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.h31 int GetCountOperand(int operand_index) const;
Dbytecode-array-iterator.cc67 int BytecodeArrayIterator::GetCountOperand(int operand_index) const { in GetCountOperand() function in v8::internal::interpreter::BytecodeArrayIterator
/external/v8/test/unittests/interpreter/
Dbytecode-array-iterator-unittest.cc101 CHECK_EQ(iterator.GetCountOperand(2), 1); in TEST_F()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1204 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()