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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp2317 int _inner_loop_count; // count loops which need alignment member in struct:Final_Reshape_Counts
2323 _java_call_count(0), _inner_loop_count(0),
2330 void inc_inner_loop_count() { _inner_loop_count++; }
2336 int get_inner_loop_count() const { return _inner_loop_count; }

Completed in 29 milliseconds