Searched defs:mcount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c576 fprintf(stderr, "mcount: function being profiled out of range????\n");
588 fprintf(stderr, "mcount: internal buffer too small for test.\n");
618 void mcount(void) function
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c106 int mcount; /* Method count */ member in struct:ClassInfo
207 mnum_callbacks(unsigned cnum, const char **names, const char**sigs, int mcount) argument
215 if ( mcount == 0 ) {
221 cp->mcount = mcount;
222 cp->methods = (MethodInfo*)calloc(mcount, sizeof(MethodInfo));
227 for ( mnum = 0 ; mnum < mcount ; mnum++ ) {
256 if ( mnum >= cp->mcount ) {
283 if ( mnum >= cp->mcount ) {
431 qsort(cp->methods, cp->mcount, sizeo
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp3144 int mcount = (logmd == NULL)? -1: (int)logmd->trap_count(reason); local
3145 log()->elem("observe trap='%s' count='0' mcount='%d' ccount='%d'",
3147 mcount, trap_count(reason));
3194 log()->elem("observe trap='%s' count='%d' mcount='%d' decompiles='%d' mdecompiles='%d'",

Completed in 293 milliseconds