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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1902 #define PRINT_STAT_LINE(name, r) \ macro
1904 PRINT_STAT_LINE("total", total);
1929 PRINT_STAT_LINE("unaccounted", account);
1931 #undef PRINT_STAT_LINE macro
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp253 #define PRINT_STAT_LINE(name, c, f) \ macro
260 PRINT_STAT_LINE(vmIntrinsics::name_at(id), count, format_flags(flags, flagsbuf));
263 PRINT_STAT_LINE("total", total, format_flags(_intrinsic_hist_flags[vmIntrinsics::_none], flagsbuf));

Completed in 56 milliseconds