Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DRop.java65 private final TypeList exceptions; field in Rop
95 TypeList exceptions, int branchingness, boolean isCallLike, in Rop()
142 TypeList exceptions, int branchingness, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRop.java65 private final TypeList exceptions; field in Rop
95 TypeList exceptions, int branchingness, boolean isCallLike, in Rop()
142 TypeList exceptions, int branchingness, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttExceptions.java30 private final TypeList exceptions; field in AttExceptions
38 public AttExceptions(TypeList exceptions) { in AttExceptions()
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java70 AttExceptions exceptions = (AttExceptions) in getExceptions() local
161 TypeList exceptions = getExceptions(method); in getMethodAnnotations() local
DCfTranslator.java372 TypeList exceptions = AttributeTranslator.getExceptions(one); in processMethods() local
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java413 private Attribute exceptions(DirectClassFile cf, int offset, int length, in exceptions() method in StdAttributeFactory