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

/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c101 int returns; /* Method return count */ member in struct:MethodInfo
289 mp->returns++;
438 stdout_message("\tMethod %s %s %d calls %d returns\n",
439 mp->name, mp->signature, mp->calls, mp->returns);
691 /* Get the next token (returns NULL if there are no more) */

Completed in 35 milliseconds