Searched refs:num_frames (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp376 jint num_frames; // number of frames in this trace member in struct:__anon364
410 trace->num_frames = ticks_GC_active; // -2
423 trace->num_frames = count;
452 trace->num_frames = ticks_GC_active; // -2
463 trace->num_frames = count;
487 // the frames buffer and the num_frames field.
498 // jint num_frames;
504 // num_frames - number of frames in the trace.
532 trace->num_frames = ticks_thread_exit; // -8
538 trace->num_frames
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c806 int num_frames; local
831 num_frames = (int)key->n_frames;
833 if (num_frames >= 1) {
839 if (num_frames > 1) {
845 io_write_oldprof_elem(info->num_hits, num_frames,
H A Dhprof_io.h98 void io_write_oldprof_elem(jint num_hits, jint num_frames, char *csig_callee,
H A Dhprof_io.c1115 io_write_oldprof_elem(jint num_hits, jint num_frames, char *csig_callee, argument
1126 if (num_frames >= 1) {
1132 if (num_frames > 1) {
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp549 int num_frames = get_stack_depth(); local
550 for (int depth = 0; depth < num_frames; depth++) {
H A Dmanagement.cpp1325 int num_frames = stacktrace->get_stack_depth(); variable
1329 for (int i = 0; i < num_frames; i++) {
1351 for (int depth = 0; depth < num_frames; depth++) {
H A DheapDumper.cpp1676 int num_frames = do_thread(thread, thread_serial_num); local
1677 assert(num_frames == _stack_traces[i]->get_stack_depth(),

Completed in 56 milliseconds