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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp178 // Append the current entry at scratch_i in scratch_cp to *merge_cp_p
190 int scratch_i, constantPoolHandle *merge_cp_p, int *merge_cp_length_p,
194 switch (scratch_cp->tag_at(scratch_i).value()) {
210 scratch_cp->klass_name_at(scratch_i));
212 if (scratch_i != *merge_cp_length_p) {
215 map_index(scratch_cp, scratch_i, *merge_cp_length_p);
225 constantPoolOopDesc::copy_entry_to(scratch_cp, scratch_i, *merge_cp_p, *merge_cp_length_p,
228 if (scratch_i != *merge_cp_length_p) {
231 map_index(scratch_cp, scratch_i, *merge_cp_length_p);
250 constantPoolOopDesc::copy_entry_to(scratch_cp, scratch_i, *merge_cp_
189 append_entry(constantPoolHandle scratch_cp, int scratch_i, constantPoolHandle *merge_cp_p, int *merge_cp_length_p, TRAPS) argument
1126 int scratch_i; // index into scratch_cp local
[all...]

Completed in 52 milliseconds