Searched refs:getExceptionType (Results 1 - 25 of 25) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
H A DBaseExceptionHandler.java46 final String exceptionType = getExceptionType();
60 String exceptionType = getExceptionType();
69 return Objects.equal(getExceptionType(), other.getExceptionType()) &&
78 String exceptionType = getExceptionType();
80 if (o.getExceptionType() != null) {
84 String otherExceptionType = o.getExceptionType();
88 res = exceptionType.compareTo(o.getExceptionType());
98 String exceptionType1 = o1.getExceptionType();
100 if (o2.getExceptionType() !
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedCatchAllExceptionHandler.java47 @Nullable @Override public String getExceptionType() { return null; } method in class:DexBackedCatchAllExceptionHandler
H A DDexBackedTypedExceptionHandler.java47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); } method in class:DexBackedTypedExceptionHandler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DExceptionHandler.java48 @Nullable String getExceptionType(); method in interface:ExceptionHandler
73 * String exceptionType = getExceptionType();
86 * the return values of getExceptionType() and getHandlerCodeAddress() are both equal.
96 * The comparison is based on the comparison of the return values of getExceptionType() and
97 * getHandlerCodeAddress() in that order. A null value for getExceptionType() compares after a non-null value.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderExceptionHandler.java47 @Nullable @Override public String getExceptionType() { method in class:BuilderExceptionHandler
H A DBuilderClassPool.java311 @Nullable @Override public BuilderTypeReference getExceptionType(@Nonnull ExceptionHandler handler) { method in class:BuilderClassPool
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderExceptionHandler.java58 @Nullable @Override public String getExceptionType() {
74 @Nullable @Override public String getExceptionType() {
90 @Nullable @Override public String getExceptionType() {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableExceptionHandler.java57 exceptionHandler.getExceptionType(),
61 @Nullable @Override public String getExceptionType() { return exceptionType; } method in class:ImmutableExceptionHandler
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() { method in class:CatchHandlerList.Entry
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DClassSection.java81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); method in interface:ClassSection
H A DDexWriter.java1039 if (ehLast.getExceptionType() == null) {
1046 TypeKey exceptionTypeKey = classSection.getExceptionType(eh);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
H A DTryListBuilder.java166 String existingType = existingHandler.getExceptionType();
167 String newType = handler.getExceptionType();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DClassPool.java175 typePool.internNullable(handler.getExceptionType());
431 @Nullable @Override public CharSequence getExceptionType(@Nonnull ExceptionHandler handler) { method in class:ClassPool
432 return handler.getExceptionType();
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java165 typeIds.indexOf(entry.getExceptionType()));
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java493 handler.getExceptionType(), startAddress, endAddress, handlerAddress);
/external/clang/lib/AST/
H A DDeclPrinter.cpp475 Proto += FT->getExceptionType(I).getAsString(SubPolicy);
H A DTypePrinter.cpp589 OS << getExceptionType(I).stream(Policy);
H A DType.cpp1705 if (!getExceptionType(I)->getAs<PackExpansionType>())
H A DASTImporter.cpp554 Proto1->getExceptionType(I),
555 Proto2->getExceptionType(I)))
/external/clang/lib/CodeGen/
H A DCGException.cpp503 QualType Ty = Proto->getExceptionType(I);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java1045 String type = handler.getExceptionType();
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3048 = Proto->getExceptionType(I)->getAs<PackExpansionType>()) {
3107 = SemaRef.SubstType(Proto->getExceptionType(I), TemplateArgs,
/external/clang/include/clang/AST/
H A DType.h3009 QualType getExceptionType(unsigned i) const {
/external/clang/lib/Serialization/
H A DASTWriter.cpp206 Writer.AddTypeRef(T->getExceptionType(I), Record);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 577 milliseconds