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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp98 void KlassInfoBucket::iterate(KlassInfoClosure* cic) { argument
101 cic->do_cinfo(elt);
169 void KlassInfoTable::iterate(KlassInfoClosure* cic) { argument
172 _buckets[index].iterate(cic);
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1127 CountInterfacesClosure cic; local
1128 visit_all_interfaces(transitive_interfaces(), &cic); local
1131 int itable_size = calc_itable_size(cic.nof_interfaces() + 1, cic.nof_methods());
1146 CountInterfacesClosure cic; local
1147 visit_all_interfaces(klass->transitive_interfaces(), &cic);
1148 int nof_methods = cic.nof_methods();
1149 int nof_interfaces = cic.nof_interfaces();

Completed in 27 milliseconds