HomeSort by relevance Sort by last modified time
    Searched defs:byteLength (Results 26 - 39 of 39) sorted by null

12

  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 96 public int byteLength() {
97 return 10 + code.byteLength() + catches.byteLength() +
98 attributes.byteLength();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 42 public int byteLength() {
47 result += get(i).byteLength();
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 49 public int byteLength() {