Lines Matching refs:orig_length
1266 int orig_length = old_cp->orig_length();
1267 if (orig_length == 0) {
1271 // pool has a non-zero orig_length() value, then that constant
1276 // RedefineClasses() calls so just copy the orig_length()
1278 merge_cp->set_orig_length(old_cp->orig_length());
2357 // preserve orig_length() value in the smaller copy
2358 int orig_length = scratch_cp->orig_length();
2359 assert(orig_length != 0, "sanity check");
2360 smaller_cp->set_orig_length(orig_length);