Home
last modified time | relevance | path

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

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableMethodImplementation.java49 @Nonnull protected final List<? extends ImmutableTryBlock> tryBlocks; field in ImmutableMethodImplementation
54@Nullable List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, in ImmutableMethodImplementation()
64 @Nullable List<? extends ImmutableTryBlock> tryBlocks, in ImmutableMethodImplementation()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/
DMutableMethodImplementation.java138 private final ArrayList<BuilderTryBlock> tryBlocks = new ArrayList<>(); field in MutableMethodImplementation
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DClassPool.java170 List<? extends TryBlock> tryBlocks = methodImpl.getTryBlocks(); in internCode() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/util/
DTryListBuilder.java61 List<? extends TryBlock<? extends EH>> tryBlocks) { in massageTryBlocks()
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DMethodDefinition.java530 List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks = methodImpl.getTryBlocks(); in addTries() local
/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/
DsmaliTreeWalker.java2349 List<BuilderTryBlock> tryBlocks = catches73; in method() local
3226 List<BuilderTryBlock> tryBlocks = null; in catches() local