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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c483 jint topframe; local
491 topframe = 0;
495 while ( ( ( frame_count - topframe ) > 0 ) &&
496 ( topframe < (real_depth-depth) ) &&
497 ( tracker_method(jframes_buffer[topframe].method) ||
499 && jframes_buffer[topframe].method==gdata->object_init_method ) )
501 topframe++;
506 if ( ( frame_count - topframe ) > depth ) {
507 frame_count = depth + topframe;
511 n_frames = frame_count - topframe;
[all...]

Completed in 1028 milliseconds