Home
last modified time | relevance | path

Searched refs:byteLength (Results 1 – 25 of 32) sorted by relevance

12

/dalvik/dx/src/com/android/dx/cf/attrib/
DAttAnnotationDefault.java33 private final int byteLength; field in AttAnnotationDefault
42 public AttAnnotationDefault(Constant value, int byteLength) { in AttAnnotationDefault() argument
50 this.byteLength = byteLength; in AttAnnotationDefault()
55 public int byteLength() { in byteLength() method in AttAnnotationDefault
57 return byteLength + 6; in byteLength()
DBaseParameterAnnotations.java31 private final int byteLength; field in BaseParameterAnnotations
42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations() argument
56 this.byteLength = byteLength; in BaseParameterAnnotations()
61 public final int byteLength() { in byteLength() method in BaseParameterAnnotations
63 return byteLength + 6; in byteLength()
DBaseAnnotations.java31 private final int byteLength; field in BaseAnnotations
42 int byteLength) { in BaseAnnotations() argument
55 this.byteLength = byteLength; in BaseAnnotations()
60 public final int byteLength() { in byteLength() method in BaseAnnotations
62 return byteLength + 6; in byteLength()
DAttBootstrapMethods.java33 private final int byteLength; field in AttBootstrapMethods
44 this.byteLength = bytes; in AttBootstrapMethods()
48 public int byteLength() { in byteLength() method in AttBootstrapMethods
49 return byteLength; in byteLength()
DAttCode.java97 public int byteLength() { in byteLength() method in AttCode
98 return 10 + code.byteLength() + catches.byteLength() + in byteLength()
99 attributes.byteLength(); in byteLength()
DAttRuntimeInvisibleAnnotations.java37 int byteLength) { in AttRuntimeInvisibleAnnotations() argument
38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeInvisibleAnnotations()
DAttRuntimeVisibleAnnotations.java37 int byteLength) { in AttRuntimeVisibleAnnotations() argument
38 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleAnnotations()
DAttRuntimeVisibleParameterAnnotations.java39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations() argument
40 super(ATTRIBUTE_NAME, annotations, byteLength); in AttRuntimeVisibleParameterAnnotations()
DAttRuntimeInvisibleParameterAnnotations.java39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations() argument
40 super(ATTRIBUTE_NAME, parameterAnnotations, byteLength); in AttRuntimeInvisibleParameterAnnotations()
DAttDeprecated.java35 public int byteLength() { in byteLength() method in AttDeprecated
DAttSynthetic.java35 public int byteLength() { in byteLength() method in AttSynthetic
DAttSignature.java48 public int byteLength() { in byteLength() method in AttSignature
DAttSourceFile.java48 public int byteLength() { in byteLength() method in AttSourceFile
DAttSourceDebugExtension.java48 public int byteLength() { in byteLength() method in AttSourceDebugExtension
DAttInnerClasses.java53 public int byteLength() { in byteLength() method in AttInnerClasses
DAttLineNumberTable.java54 public int byteLength() { in byteLength() method in AttLineNumberTable
DBaseLocalVariables.java54 public final int byteLength() { in byteLength() method in BaseLocalVariables
DAttExceptions.java55 public int byteLength() { in byteLength() method in AttExceptions
DAttEnclosingMethod.java56 public int byteLength() { in byteLength() method in AttEnclosingMethod
/dalvik/dexgen/src/com/android/dexgen/rop/
DStdAttributeList.java42 public int byteLength() { in byteLength() method in StdAttributeList
47 result += get(i).byteLength(); in byteLength()
DAttribute.java37 public int byteLength(); in byteLength() method
DAttributeList.java55 public int byteLength(); in byteLength() method
/dalvik/dx/src/com/android/dx/cf/iface/
DStdAttributeList.java44 public int byteLength() { in byteLength() method in StdAttributeList
49 result += get(i).byteLength(); in byteLength()
DAttribute.java37 public int byteLength(); in byteLength() method
DAttributeList.java55 public int byteLength(); in byteLength() method

12