Lines Matching refs:nof_methods
913 int nof_methods = methods()->length();
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; }
1131 int itable_size = calc_itable_size(cic.nof_interfaces() + 1, cic.nof_methods());
1148 int nof_methods = cic.nof_methods();
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), "wrong offset calculation (2)");