Searched defs:to_cp (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) {
1090 copy_entry_to(from_cp, src_i, to_cp, dest_i, CHECK);
1109 int old_oplen = operand_array_length(to_cp->operands());
1113 to_cp->set_operands(from_cp->operands()); // reuse; do not merge
1115 int old_len = to_cp->operands()->length();
1122 Copy::conjoint_memory_atomic(to_cp->operands()->short_at_addr(0),
1127 Copy::conjoint_memory_atomic(to_cp->operands()->short_at_addr(0),
1132 Copy::conjoint_memory_atomic(to_cp->operands()->short_at_addr(old_off),
1137 Copy::conjoint_memory_atomic(to_cp
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 340 milliseconds