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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp290 static int* bytecode_ticks; member in class:FlatProfiler
H A Dfprofiler.cpp57 int* FlatProfiler::bytecode_ticks = NULL; member in class:FlatProfiler
1012 record_interpreted_tick(thread, fr, tp_code, FlatProfiler::bytecode_ticks);
1200 bytecode_ticks = NEW_C_HEAP_ARRAY(int, Bytecodes::number_of_codes, mtInternal);
1203 bytecode_ticks[index] = 0;
1216 if (bytecode_ticks == NULL) {
1291 if (FlatProfiler::bytecode_ticks[index] > 0 || FlatProfiler::bytecode_ticks_stub[index] > 0) {
1293 FlatProfiler::bytecode_ticks[index],

Completed in 34 milliseconds