Searched refs:addCatch (Results 1 - 8 of 8) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodImplementationBuilder.java106 public void addCatch(@Nullable TypeReference type, @Nonnull Label from, method in class:MethodImplementationBuilder
108 impl.addCatch(type, from, to, handler);
111 public void addCatch(@Nullable String type, @Nonnull Label from, @Nonnull Label to, method in class:MethodImplementationBuilder
113 impl.addCatch(type, from, to, handler);
116 public void addCatch(@Nonnull Label from, @Nonnull Label to, @Nonnull Label handler) { method in class:MethodImplementationBuilder
117 impl.addCatch(from, to, handler);
H A DMutableMethodImplementation.java189 public void addCatch(@Nullable TypeReference type, @Nonnull Label from, method in class:MutableMethodImplementation
194 public void addCatch(@Nullable String type, @Nonnull Label from, @Nonnull Label to, method in class:MutableMethodImplementation
199 public void addCatch(@Nonnull Label from, @Nonnull Label to, @Nonnull Label handler) { method in class:MutableMethodImplementation
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DFixOffsetsTest.java97 builder.addCatch(tryStart, tryEnd, handler);
/external/javassist/src/main/javassist/
H A DCtBehavior.java984 public void addCatch(String src, CtClass exceptionType) method in class:CtBehavior
987 addCatch(src, exceptionType, "$e");
1002 public void addCatch(String src, CtClass exceptionType, method in class:CtBehavior
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java465 public void addCatch(int startPc, int endPc, int handlerPc, int catchType) { method in class:ClassFileWriter.MethodWriter
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g539 $method::methodBuilder.addCatch(dexBuilder.internTypeReference($nonvoid_type_descriptor.type),
546 $method::methodBuilder.addCatch($from.label, $to.label, $using.label);
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java2767 method_stack.peek().methodBuilder.addCatch(dexBuilder.internTypeReference((nonvoid_type_descriptor85!=null?((smaliTreeWalker.nonvoid_type_descriptor_return)nonvoid_type_descriptor85).type:null)),
2813 method_stack.peek().methodBuilder.addCatch(from, to, using);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 194 milliseconds