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

/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c1715 copy_verification_types(MethodImage *mi, int ntypes) argument
1717 /* If there were ntypes, we just copy that over, no changes */
1718 if ( ntypes > 0 ) {
1721 for ( j = 0 ; j < ntypes ; j++ ) {
1845 unsigned ntypes; local
1853 ntypes = copyU2(ci); /* ulocalvar */
1854 copy_verification_types(mi, ntypes);
1855 ntypes = copyU2(ci); /* ustack */
1856 copy_verification_types(mi, ntypes);
1905 unsigned ntypes; local
[all...]

Completed in 56 milliseconds