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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp2016 int cyclecnt = 1; local
2031 cyclecnt = get_int();
2042 PipeClassResourceForm *resource = new PipeClassResourceForm(ident, stage, cyclecnt);
2044 if (pipeline._maxcycleused < (stagenum+cyclecnt))
2045 pipeline._maxcycleused = (stagenum+cyclecnt);

Completed in 133 milliseconds