Lines Matching defs:byte_i
1590 int byte_i = 0; // byte index into class_annotations
1591 return rewrite_cp_refs_in_annotations_typeArray(class_annotations, byte_i,
1909 int byte_i = 0; // byte index into field_annotations
1910 if (!rewrite_cp_refs_in_annotations_typeArray(field_annotations, byte_i,
1946 int byte_i = 0; // byte index into method_annotations
1947 if (!rewrite_cp_refs_in_annotations_typeArray(method_annotations, byte_i,
2005 int byte_i = 0; // byte index into method_parameter_annotations
2007 u1 num_parameters = method_parameter_annotations->byte_at(byte_i);
2008 byte_i++;
2016 method_parameter_annotations, byte_i, THREAD)) {
2063 int byte_i = 0; // byte index into method_default_annotations
2066 method_default_annotations, byte_i, THREAD)) {