Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-node.h24 operand_count_(0), in bytecode_()
33 operand_count_(1), in bytecode_()
44 operand_count_(2), in bytecode_()
56 operand_count_(3), in bytecode_()
70 operand_count_(4), in bytecode_()
85 operand_count_(5), in bytecode_()
118 int operand_count() const { return operand_count_; } in operand_count()
140 operand_count_(operand_count), in bytecode_()
266 int operand_count_; variable