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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp904 counter_move_total, enumerator in enum:LinearScanStatistic::Counter
H A Dc1_LinearScan.cpp6386 case counter_move_total: return "total moves";
6409 } else if (counter_idx >= counter_move_total && counter_idx <= counter_move_const_any) {
6410 return counter_move_total;
6522 inc_counter(counter_move_total);

Completed in 62 milliseconds