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

/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh107 fcount=`cat ${files}| wc -l`
114 printf " UPDATED year on %d of %d files.\n" ${count} ${fcount}
117 printf " None of the %d files were changed.\n" ${fcount}
/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 41 milliseconds