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

/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
/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; }

Completed in 1496 milliseconds