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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c807 getOwnedMonitorInfo(jthread thread, jobject **ppobjects, jint *pcount) argument
813 HPROF_ASSERT(ppobjects!=NULL);
816 *ppobjects = NULL;
818 (gdata->jvmti, thread, pcount, ppobjects);

Completed in 28 milliseconds