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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1090 class CountInterfacesClosure : public InterfaceVisiterClosure { class in inherits:InterfaceVisiterClosure
1095 CountInterfacesClosure() { _nof_methods = 0; _nof_interfaces = 0; } function in class:CountInterfacesClosure
1127 CountInterfacesClosure cic;
1146 CountInterfacesClosure cic;

Completed in 570 milliseconds