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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1082 // to the constant pool to_cp's entries starting at to_i. A total of
1085 constantPoolHandle to_cp, int to_i, TRAPS) {
1087 int dest_i = to_i; // leave original alone for debug purposes
1160 // to_cp's entry at to_i.
1162 constantPoolHandle to_cp, int to_i,
1170 to_cp->klass_at_put(to_i, k);
1176 to_cp->klass_index_at_put(to_i, ki);
1182 to_cp->double_at_put(to_i, d);
1184 to_cp->tag_at_put(to_i + 1, JVM_CONSTANT_Invalid);
1191 to_cp->field_at_put(to_i, class_inde
1084 copy_cp_to_impl(constantPoolHandle from_cp, int start_i, int end_i, constantPoolHandle to_cp, int to_i, TRAPS) argument
1161 copy_entry_to(constantPoolHandle from_cp, int from_i, constantPoolHandle to_cp, int to_i, TRAPS) argument
[all...]
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);
758 static void copy_entry_to(constantPoolHandle from_cp, int from_i, constantPoolHandle to_cp, int to_i, TRAPS);

Completed in 48 milliseconds