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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1052 int debug_cnt = jvms ? jvms->debug_start() : cnt; local
1058 for (i = cnt - 1; i >= debug_cnt; --i) { // For all debug inputs do

Completed in 29 milliseconds