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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c82 int method_count; /* Count of methods */ member in struct:ClassInfo
135 info->method_count = 0;
206 for ( i = 0 ; i < info->method_count ; i++ ) {
231 if ( info->method_count > 0 ) {
233 info->method_count = 0;
267 " method_count=%d\n",
273 info->method_count);
274 if ( info->method_count > 0 ) {
275 for ( i = 0 ; i < info->method_count ; i++ ) {
464 if ( info->method_count >
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1063 virtual void doit(klassOop intf, int method_count) = 0;
1074 int method_count = instanceKlass::cast(intf)->methods()->length(); local
1075 if (method_count > 0) {
1079 method_count--;
1084 if (method_count > 0) {
1085 blk->doit(intf, method_count);
1100 void doit(klassOop intf, int method_count) { _nof_methods += method_count; _nof_interfaces++; } argument
1117 void doit(klassOop intf, int method_count) { argument
1121 _method_entry += method_count;
[all...]
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c190 int method_count; member in struct:CrwClassImage
2181 ci->method_count = count;

Completed in 44 milliseconds