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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp1355 int print_count = 0; local
1364 if (print_count++ < ProfilerNumberOfInterpretedMethods) {
1370 if (print_count <= ProfilerNumberOfInterpretedMethods) {
1382 print_count = 0;
1391 if (print_count++ < ProfilerNumberOfCompiledMethods) {
1397 if (print_count <= ProfilerNumberOfCompiledMethods) {
1409 print_count = 0;
1418 if (print_count++ < ProfilerNumberOfStubMethods) {
1424 if (print_count <= ProfilerNumberOfStubMethods) {
1436 print_count
[all...]

Completed in 57 milliseconds