Lines Matching defs:to_cp

1082 // 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->operands()->short_at_addr(from_off),
1152 to_cp->set_operands(new_operands());
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_index, name_and_type_index);
1197 to_cp->float_at_put(to_i, f);
1203 to_cp->int_at_put(to_i, i);
1210 to_cp->interface_method_at_put(to_i, class_index, name_and_type_index);
1216 to_cp->long_at_put(to_i, l);
1218 to_cp->tag_at_put(to_i + 1, JVM_CONSTANT_Invalid);
1225 to_cp->method_at_put(to_i, class_index, name_and_type_index);
1232 to_cp->name_and_type_at_put(to_i, name_ref_index, signature_ref_index);
1238 to_cp->string_at_put(to_i, s);
1244 to_cp->string_index_at_put(to_i, si);
1254 to_cp->klass_at_put(to_i, (klassOop)entry.get_oop());
1256 to_cp->unresolved_klass_at_put(to_i, entry.get_symbol());
1263 to_cp->unresolved_klass_at_put(to_i, k);
1264 to_cp->tag_at_put(to_i, JVM_CONSTANT_UnresolvedClassInError);
1274 to_cp->string_at_put(to_i, entry.get_oop());
1276 to_cp->unresolved_string_at_put(to_i, entry.get_symbol());
1283 to_cp->symbol_at_put(to_i, s);
1291 to_cp->method_type_index_at_put(to_i, k);
1298 to_cp->method_handle_index_at_put(to_i, k1, k2);
1305 k1 += operand_array_length(to_cp->operands()); // to_cp might already have operands
1306 to_cp->invoke_dynamic_at_put(to_i, k1, k2);