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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp226 class tick_counter { // holds tick info for one node class
231 tick_counter() { ticks_in_code = ticks_in_native = 0; } function in class:tick_counter
232 tick_counter(int code, int native) { ticks_in_code = code; ticks_in_native = native; } function in class:tick_counter
238 void add(tick_counter* a) {
263 tick_counter ticks;
306 static void print_total(outputStream* st, tick_counter* t, int total, const char* msg) {
1353 tick_counter interpreted_ticks;
1380 tick_counter compiled_ticks;
1407 tick_counter stub_ticks;
1434 tick_counter runtime_stub_tick
[all...]

Completed in 27 milliseconds