Searched refs:nof_methods (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp913 int nof_methods = methods()->length(); local
916 assert(nof_methods > 0, "at least one method must exist for interface to be in vtable");
926 for(; i < nof_methods; i++) {
1097 int nof_methods() const { return _nof_methods; } function in class:CountInterfacesClosure
1131 int itable_size = calc_itable_size(cic.nof_interfaces() + 1, cic.nof_methods());
1148 int nof_methods = cic.nof_methods(); local
1155 calc_itable_size(nof_interfaces, nof_methods),
1162 assert((oop*)(ime + nof_methods) <= (oop*)klass->start_of_nonstatic_oop_maps(), "wrong offset calculation (1)");
1163 assert((oop*)(end) == (oop*)(ime + nof_methods), "wron
[all...]

Completed in 25 milliseconds