Searched refs:_instruction_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp371 int _instruction_count; // Number of instructions in first bundle member in class:PipeClassForm
390 void setInstructionCount(int i) { _instruction_count = i; }
396 int InstructionCount() const { return _instruction_count; }
H A Dformsopt.cpp505 , _instruction_count(0)
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp177 int _instruction_count; // for bailing out in pathological jsr/ret cases member in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp2118 if (++_instruction_count >= InstructionCountCutoff && !bailed_out()) {
3004 , _instruction_count(0)
3137 if (PrintCompilation && Verbose) tty->print_cr("Created %d Instructions", _instruction_count);

Completed in 48 milliseconds