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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp542 static uint _total_constants; // For profiling, count constants found member in class:NodeHash::PhaseCCP
H A DphaseX.cpp1391 uint PhaseCCP::_total_constants = 0; member in class:PhaseCCP
1407 _total_constants += count_constants();
1612 tty->print_cr("CCP: %d constants found: %d", _total_invokes, _total_constants);

Completed in 36 milliseconds