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

/openjdk7/hotspot/make/solaris/
H A Dreorder.sh80 mcount=$libabsdir/$arch5/libmcount.so
82 if [ ! -x $mcount ] ; then
83 echo $mcount is missing!
90 LD_PRELOAD=$mcount \
136 echo "Using LD_PRELOAD=$mcount"
139 LD_PRELOAD=$mcount \
168 echo "Using LD_PRELOAD=$mcount, JDK_ALTERNATE=jvm_profiled."
170 LD_PRELOAD=$mcount \
208 ( cd $jbb_dir; LD_PRELOAD=$mcount MCOUNT_ORDER_BY_COUNT=1 \
/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/jdk/make/tools/reorder/
H A DMakefile179 MCOUNT_SRC = mcount.c
/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/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 45 milliseconds