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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp291 static int* bytecode_ticks_stub; member in class:FlatProfiler
H A Dfprofiler.cpp58 int* FlatProfiler::bytecode_ticks_stub = NULL; member in class:FlatProfiler
1043 record_interpreted_tick(thread, fr, tp_native, FlatProfiler::bytecode_ticks_stub);
1201 bytecode_ticks_stub = NEW_C_HEAP_ARRAY(int, Bytecodes::number_of_codes, mtInternal);
1204 bytecode_ticks_stub[index] = 0;
1291 if (FlatProfiler::bytecode_ticks[index] > 0 || FlatProfiler::bytecode_ticks_stub[index] > 0) {
1294 FlatProfiler::bytecode_ticks_stub[index],

Completed in 35 milliseconds