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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1266 int orig_length = old_cp->orig_length(); local
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(); local
2359 assert(orig_length !
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.hpp760 int orig_length() const { return _orig_length; } function in class:constantPoolOopDesc
761 void set_orig_length(int orig_length) { _orig_length = orig_length; } argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3556 Node* orig_length = load_array_length(original);
3600 // The answer is MinI(orig_length - start, length).
3601 Node* orig_tail = _gvn.transform(new (C) SubINode(orig_length, start));
3612 // if start > orig_length then the length of the copy may be

Completed in 784 milliseconds