Lines Matching defs:nj
649 int nj; // outside the loop for post-loop check
650 for (nj = ni + 1; nj < n_new_methods; nj++) {
651 methodOop m = (methodOop)k_new_methods->obj_at(nj);
660 k_new_methods->obj_at_put(nj, k_new_method);
667 if (nj >= n_new_methods) {
2999 int nj = 0;
3003 if (nj >= _new_methods->length()) {
3007 new_method = (methodOop) _new_methods->obj_at(nj);
3009 ++nj;
3010 } else if (nj >= _new_methods->length()) {
3017 new_method = (methodOop) _new_methods->obj_at(nj);
3022 ++nj;
3034 ++nj;