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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp184 // calls to append_entry() as needed. The referenced CP entries are
189 void VM_RedefineClasses::append_entry(constantPoolHandle scratch_cp, function in class:VM_RedefineClasses
284 append_entry(scratch_cp, name_ref_i, merge_cp_p, merge_cp_length_p,
286 // The above call to append_entry() can only append one entry
313 append_entry(scratch_cp, signature_ref_i, merge_cp_p,
315 // The above call to append_entry() can only append one entry
375 append_entry(scratch_cp, klass_ref_i, merge_cp_p, merge_cp_length_p,
377 // The above call to append_entry() can only append one entry
407 append_entry(scratch_cp, name_and_type_ref_i, merge_cp_p,
409 // The above call to append_entry() ca
[all...]

Completed in 871 milliseconds