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

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1092 int _nof_methods; member in class:CountInterfacesClosure
1095 CountInterfacesClosure() { _nof_methods = 0; _nof_interfaces = 0; }
1097 int nof_methods() const { return _nof_methods; }
1100 void doit(klassOop intf, int method_count) { _nof_methods += method_count; _nof_interfaces++; }

Completed in 26 milliseconds