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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp155 int fcount = 0; local
160 if (fcount++ == fnum) {
161 fcount = 0;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c752 int fcount; local
755 fcount = 0;
766 fcount++;
769 fcount++;
773 HPROF_ASSERT(fcount==ltable->freed_count);
H A Dhprof_tls.c433 int fcount; local
465 getStackTrace(thread, info->jframes_buffer, count, &fcount);
466 HPROF_ASSERT(count==fcount);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c594 int fcount; local
596 fcount = 0;
605 fcount++;
611 stdout_message(") nframes=%d\n", fcount);

Completed in 51 milliseconds