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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1193 int _print_line; member in class:PrintTreeCensusClosure
1199 _print_line = 0;
1205 if (++_print_line >= 40) {
1207 _print_line = 0;
1249 int _print_line; member in class:PrintFreeListsClosure
1254 _print_line = 0;
1257 if (++_print_line >= 40) {
1259 _print_line = 0;

Completed in 40 milliseconds