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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp122 int tot = total_count(profile); local
125 tty->print_cr("Histogram of %d executed bytecodes:", tot);
133 float rel = abs * 100.0F / tot;
140 float rel_sum = abs_sum * 100.0F / tot;
164 int tot = total_count(profile); local
167 tty->print_cr("Histogram of %d executed bytecode pairs:", tot);
175 float rel = abs * 100.0F / tot;
184 float rel_sum = abs_sum * 100.0F / tot;
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2813 { int tot = 0; local
2817 tot += n;
2821 assert(tot == _number_of_methods, "should be the same");
2827 { int tot = 0; local
2832 tot += n;
2836 assert(tot == _number_of_bytecodes, "should be the same");

Completed in 47 milliseconds