Searched defs:num_operands (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1126 int num_operands = 0; local
1132 ++num_operands;
1134 int first_operand_class = num_operands;
1140 ++num_operands;
1143 fprintf(fp,"#define NUM_OPERANDS %d\n", num_operands);
H A Dformssel.cpp792 int num_opnds = _components.num_operands();
2953 int ComponentList::num_operands() { function in class:ComponentList
2974 int num_opnds = num_operands();

Completed in 50 milliseconds