Searched defs:end_i (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1081 // Copy this constant pool's entries at start_i to end_i (inclusive)
1083 // (end_i - start_i) + 1 entries are copied.
1084 void constantPoolOopDesc::copy_cp_to_impl(constantPoolHandle from_cp, int start_i, int end_i, argument
1089 for (int src_i = start_i; src_i <= end_i; /* see loop bottom */ ) {
H A DconstantPoolOop.hpp753 void copy_cp_to(int start_i, int end_i, constantPoolHandle to_cp, int to_i, TRAPS) { argument
755 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD);
757 static void copy_cp_to_impl(constantPoolHandle from_cp, int start_i, int end_i, constantPoolHandle to_cp, int to_i, TRAPS);

Completed in 41 milliseconds