Home
last modified time | relevance | path

Searched defs:addCatch (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodImplementationBuilder.java106 public void addCatch(@Nullable TypeReference type, @Nonnull Label from, in addCatch() method in MethodImplementationBuilder
111 public void addCatch(@Nullable String type, @Nonnull Label from, @Nonnull Label to, in addCatch() method in MethodImplementationBuilder
116 public void addCatch(@Nonnull Label from, @Nonnull Label to, @Nonnull Label handler) { in addCatch() method in MethodImplementationBuilder
/external/javassist/src/main/javassist/
DCtBehavior.java984 public void addCatch(String src, CtClass exceptionType) in addCatch() method in CtBehavior
1002 public void addCatch(String src, CtClass exceptionType, in addCatch() method in CtBehavior
/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java465 public void addCatch(int startPc, int endPc, int handlerPc, int catchType) { in addCatch() method in ClassFileWriter.MethodWriter