• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/

Lines Matching defs:code

9  * 1. Redistributions of source code must retain the above copyright
33 * A non standard class, field, method or code attribute.
75 * Returns <tt>true</tt> if this type of attribute is a code attribute.
77 * @return <tt>true</tt> if this type of attribute is a code attribute.
87 * this attribute is not a code attribute that contains labels.
109 * @param codeOff index of the first byte of code's attribute content in
111 * not a code attribute. The 6 attribute header bytes, containing the
114 * @param labels the labels of the method's code, or <tt>null</tt> if the
115 * attribute to be read is not a code attribute.
139 * @param code the bytecode of the method corresponding to this code
140 * attribute, or <tt>null</tt> if this attribute is not a code
143 * code attribute, or <tt>null</tt> if this attribute is not a code
146 * this code attribute, or -1 if this attribute is not a code
149 * corresponding to this code attribute, or -1 if this attribute is
150 * not a code attribute.
155 byte[] code,
186 * @param code the bytecode of the method corresponding to these code
187 * attributes, or <tt>null</tt> if these attributes are not code
190 * these code attributes, or <tt>null</tt> if these attributes are
191 * not code attributes.
193 * these code attributes, or -1 if these attributes are not code
196 * corresponding to these code attributes, or -1 if these attributes
197 * are not code attributes.
203 final byte[] code,
212 size += attr.write(cw, code, len, maxStack, maxLocals).length + 6;
224 * @param code the bytecode of the method corresponding to these code
225 * attributes, or <tt>null</tt> if these attributes are not code
228 * these code attributes, or <tt>null</tt> if these attributes are
229 * not code attributes.
231 * these code attributes, or -1 if these attributes are not code
234 * corresponding to these code attributes, or -1 if these attributes
235 * are not code attributes.
240 final byte[] code,
248 ByteVector b = attr.write(cw, code, len, maxStack, maxLocals);