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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1159 // Copy this constant pool's entry at from_i to the constant pool
1161 void constantPoolOopDesc::copy_entry_to(constantPoolHandle from_cp, int from_i, argument
1165 int tag = from_cp->tag_at(from_i).value();
1169 klassOop k = from_cp->klass_at(from_i, CHECK);
1175 jint ki = from_cp->klass_index_at(from_i);
1181 jdouble d = from_cp->double_at(from_i);
1189 int class_index = from_cp->uncached_klass_ref_index_at(from_i);
1190 int name_and_type_index = from_cp->uncached_name_and_type_ref_index_at(from_i);
1196 jfloat f = from_cp->float_at(from_i);
1202 jint i = from_cp->int_at(from_i);
[all...]

Completed in 35 milliseconds