Searched defs:merge_cp_p (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
179 // where the end of *merge_cp_p is specified by *merge_cp_length_p. For
185 // always appended to *merge_cp_p before the referee CP entry. These
186 // referenced CP entries may already exist in *merge_cp_p in which case
190 int scratch_i, constantPoolHandle *merge_cp_p, int *merge_cp_length_p,
209 (*merge_cp_p)->unresolved_klass_at_put(*merge_cp_length_p,
213 // The new entry in *merge_cp_p is at a different index than
225 constantPoolOopDesc::copy_entry_to(scratch_cp, scratch_i, *merge_cp_p, *merge_cp_length_p,
229 // The new entry in *merge_cp_p is at a different index than
250 constantPoolOopDesc::copy_entry_to(scratch_cp, scratch_i, *merge_cp_p, *merge_cp_length_
189 append_entry(constantPoolHandle scratch_cp, int scratch_i, constantPoolHandle *merge_cp_p, int *merge_cp_length_p, TRAPS) argument
1052 merge_constant_pools(constantPoolHandle old_cp, constantPoolHandle scratch_cp, constantPoolHandle *merge_cp_p, int *merge_cp_length_p, TRAPS) argument
[all...]

Completed in 38 milliseconds