Home
last modified time | relevance | path

Searched defs:tryBlocks (Results 1 – 8 of 8) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/util/
DTryListBuilderTest.java54 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatchAll_Beginning() local
68 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatchAll_Middle() local
82 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatch_Beginning() local
96 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testSingleCatch_Middle() local
111 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_End_After() local
129 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_After_After() local
147 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_Before_Start() local
165 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_Before_Before() local
183 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_Start_End() local
201 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = tlb.getTryBlocks(); in testOverlap_Start_Middle() local
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java51 @Nonnull protected final ImmutableList<? extends ImmutableTryBlock> tryBlocks; field in ImmutableMethodImplementation
56@Nullable List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, in ImmutableMethodImplementation()
66@Nullable ImmutableList<? extends ImmutableTryBlock> tryBlocks, in ImmutableMethodImplementation()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java59 private final ArrayList<BuilderTryBlock> tryBlocks = Lists.newArrayList(); field in MutableMethodImplementation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DClassPool.java167 List<? extends TryBlock> tryBlocks = methodImpl.getTryBlocks(); in internCode() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java353 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = impl.getTryBlocks(); in testCatchBlocks() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java61 List<? extends TryBlock<? extends EH>> tryBlocks) { in massageTryBlocks()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java528 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = methodImpl.getTryBlocks(); in addTries() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java2195 List<BuilderTryBlock> tryBlocks = catches69; in method() local
2688 List<BuilderTryBlock> tryBlocks = null; in catches() local