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

/openjdk7/jdk/src/share/back/
H A DstepControl.c109 getLineNumberTable(jmethodID method, jint *pcount, argument
114 *pcount = 0;
123 (gdata->jvmti, method, pcount, ptable);
125 *pcount = 0;
H A Dutil.c1387 allInterfaces(jclass clazz, jclass **ppinterfaces, jint *pcount) argument
1391 *pcount = 0;
1394 (gdata->jvmti, clazz, pcount, ppinterfaces);
1400 allLoadedClasses(jclass **ppclasses, jint *pcount) argument
1404 *pcount = 0;
1407 (gdata->jvmti, pcount, ppclasses);
1413 allClassLoaderClasses(jobject loader, jclass **ppclasses, jint *pcount) argument
1417 *pcount = 0;
1420 (gdata->jvmti, loader, pcount, ppclasses);
1477 allNestedClasses(jclass parent_clazz, jclass **ppnested, jint *pcount) argument
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp894 int pcount = deps_find_witness_print + 1; local
895 bool final_stats = (pcount == 0);
896 bool initial_call = (pcount == 1);
897 bool occasional_print = ((pcount & ((1<<10) - 1)) == 0);
898 if (pcount < 0) pcount = 1; // crude overflow protection
899 deps_find_witness_print = pcount;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c807 getOwnedMonitorInfo(jthread thread, jobject **ppobjects, jint *pcount) argument
814 HPROF_ASSERT(pcount!=NULL);
815 *pcount = 0;
818 (gdata->jvmti, thread, pcount, ppobjects);
820 *pcount = 0;
1407 getLoadedClasses(jclass **ppclasses, jint *pcount) argument
1413 *pcount = 0;
1415 (gdata->jvmti, pcount, ppclasses);
1423 jint *pcount)
1429 *pcount
1422 getLineNumberTable(jmethodID method, jvmtiLineNumberEntry **ppentries, jint *pcount) argument
1609 getFrameCount(jthread thread, jint *pcount) argument
1625 getStackTrace(jthread thread, jvmtiFrameInfo *pframes, jint depth, jint *pcount) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1754 int * pcount = (int *) jlong_to_ptr(ret_count); local
1757 res = XGetIconSizes((Display*) jlong_to_ptr(display), (Window)window, psize, pcount);

Completed in 73 milliseconds