Lines Matching refs:newUTF8

459         this.name = cw.newUTF8(name);
460 this.desc = cw.newUTF8(desc);
511 bv.putShort(cw.newUTF8(desc)).putShort(0);
539 bv.putShort(cw.newUTF8(desc)).putShort(0);
1203 .putShort(cw.newUTF8(name))
1204 .putShort(cw.newUTF8(signature))
1213 .putShort(cw.newUTF8(name))
1214 .putShort(cw.newUTF8(desc))
1828 cw.newUTF8("Code");
1831 cw.newUTF8("LocalVariableTable");
1835 cw.newUTF8("LocalVariableTypeTable");
1839 cw.newUTF8("LineNumberTable");
1844 cw.newUTF8(zip ? "StackMapTable" : "StackMap");
1856 cw.newUTF8("Exceptions");
1862 cw.newUTF8("Synthetic");
1866 cw.newUTF8("Deprecated");
1870 cw.newUTF8("Signature");
1871 cw.newUTF8(signature);
1875 cw.newUTF8("AnnotationDefault");
1879 cw.newUTF8("RuntimeVisibleAnnotations");
1883 cw.newUTF8("RuntimeInvisibleAnnotations");
1887 cw.newUTF8("RuntimeVisibleParameterAnnotations");
1894 cw.newUTF8("RuntimeInvisibleParameterAnnotations");
1976 out.putShort(cw.newUTF8("Code")).putInt(size);
2008 out.putShort(cw.newUTF8("LocalVariableTable"));
2013 out.putShort(cw.newUTF8("LocalVariableTypeTable"));
2018 out.putShort(cw.newUTF8("LineNumberTable"));
2024 out.putShort(cw.newUTF8(zip ? "StackMapTable" : "StackMap"));
2033 out.putShort(cw.newUTF8("Exceptions"))
2043 out.putShort(cw.newUTF8("Synthetic")).putInt(0);
2046 out.putShort(cw.newUTF8("Deprecated")).putInt(0);
2049 out.putShort(cw.newUTF8("Signature"))
2051 .putShort(cw.newUTF8(signature));
2054 out.putShort(cw.newUTF8("AnnotationDefault"));
2059 out.putShort(cw.newUTF8("RuntimeVisibleAnnotations"));
2063 out.putShort(cw.newUTF8("RuntimeInvisibleAnnotations"));
2067 out.putShort(cw.newUTF8("RuntimeVisibleParameterAnnotations"));
2071 out.putShort(cw.newUTF8("RuntimeInvisibleParameterAnnotations"));