Searched refs:operand_count (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp233 if (sux_phi->as_Phi()->operand_count() == 1) {
1110 for (i = 0; i < x->operand_count(); i++) {
H A Dc1_Instruction.cpp976 int Phi::operand_count() const { function in class:Phi
H A Dc1_InstructionPrinter.cpp294 for (int j = 0; j < phi->operand_count(); j ++) {
H A Dc1_Instruction.hpp604 int operand_count() const;
H A Dc1_GraphBuilder.cpp2360 int opd_count = phi->operand_count();
2411 assert(phi->operand_count() != 1 || phi->subst() != phi, "missed trivial simplification");
H A Dc1_LIRGenerator.cpp733 for(int i = 1; i < phi->operand_count(); i++) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2667 int operand_count = (attribute_byte_length - sizeof(u2)) / sizeof(u2);
2668 // operand_count = number of shorts in attr, except for leading length
2674 typeArrayOop operands_oop = oopFactory::new_permanent_intArray(index_size + operand_count, CHECK);

Completed in 339 milliseconds