Searched refs:exceptionType (Results 1 - 22 of 22) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderExceptionHandler.java39 @Nullable final BuilderTypeReference exceptionType; field in class:BuilderExceptionHandler
42 BuilderExceptionHandler(@Nullable BuilderTypeReference exceptionType, int handlerCodeAddress) { argument
43 this.exceptionType = exceptionType;
48 return exceptionType==null?null:exceptionType.getType();
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DCatchMethodItem.java39 private final String exceptionType; field in class:CatchMethodItem
46 int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress,
49 this.exceptionType = exceptionType;
57 if (exceptionType == null) {
83 if (exceptionType == null) {
87 writer.write(exceptionType);
45 CatchMethodItem(@onnull baksmaliOptions options, @Nonnull MethodDefinition.LabelCache labelCache, int codeAddress, @Nullable String exceptionType, int startAddress, int endAddress, int handlerAddress) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderExceptionHandler.java52 static BuilderExceptionHandler newExceptionHandler(@Nullable final TypeReference exceptionType, argument
54 if (exceptionType == null) {
59 return exceptionType.getType();
67 return exceptionType;
84 static BuilderExceptionHandler newExceptionHandler(@Nullable final String exceptionType, argument
86 if (exceptionType == null) {
91 return exceptionType;
H A DBuilderTryBlock.java50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType, argument
54 this.exceptionHandler = BuilderExceptionHandler.newExceptionHandler(exceptionType, handler);
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType, argument
61 this.exceptionHandler = BuilderExceptionHandler.newExceptionHandler(exceptionType, handler);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
H A DBaseExceptionHandler.java46 final String exceptionType = getExceptionType();
47 if (exceptionType == null) {
53 return exceptionType;
60 String exceptionType = getExceptionType();
61 int hashCode = exceptionType==null?0:exceptionType.hashCode();
78 String exceptionType = getExceptionType();
79 if (exceptionType == null) {
88 res = exceptionType.compareTo(o.getExceptionType());
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java118 * @param exceptionType {@code non-null;} type of exception handled
121 public void set(int n, CstType exceptionType, int handler) { argument
122 set0(n, new Entry(exceptionType, handler));
169 private final CstType exceptionType; field in class:CatchHandlerList.Entry
177 * @param exceptionType {@code non-null;} type of exception handled
180 public Entry(CstType exceptionType, int handler) { argument
185 if (exceptionType == null) {
186 throw new NullPointerException("exceptionType == null");
190 this.exceptionType = exceptionType;
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableExceptionHandler.java43 @Nullable protected final String exceptionType; field in class:ImmutableExceptionHandler
46 public ImmutableExceptionHandler(@Nullable String exceptionType, argument
48 this.exceptionType = exceptionType;
61 @Nullable @Override public String getExceptionType() { return exceptionType; }
/external/doclava/src/com/google/doclava/
H A DThrowsTagInfo.java56 public TypeInfo exceptionType() { method in class:ThrowsTagInfo
67 if (tags[i].exceptionType() != null) {
68 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
/external/libcxxabi/src/
H A Dcxa_exception.hpp39 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_exception
77 std::type_info *exceptionType; member in struct:__cxxabiv1::__cxa_dependent_exception
H A Dcxa_default_handlers.cpp48 static_cast<const __shim_type_info*>(exception_header->exceptionType);
H A Dcxa_exception.cpp230 exception_header->exceptionType = tinfo;
523 // and that's ok. exceptionType is there too.
535 return exception_header->exceptionType;
697 dep_exception_header->exceptionType = exception_header->exceptionType;
H A Dcxa_personality.cpp721 static_cast<const __shim_type_info*>(exception_header->exceptionType);
763 static_cast<const __shim_type_info*>(exception_header->exceptionType);
1241 static_cast<const __shim_type_info*>(new_exception_header->exceptionType);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java254 private void recordStackMap(TypedBlock target, int exceptionType) argument
258 if (exceptionType == 0)
261 type = cpool.getClassInfo(exceptionType);
/external/javassist/src/main/javassist/
H A DCtBehavior.java981 * @param exceptionType the type of the exception handled by the
984 public void addCatch(String src, CtClass exceptionType) argument
987 addCatch(src, exceptionType, "$e");
996 * @param exceptionType the type of the exception handled by the
1002 public void addCatch(String src, CtClass exceptionType, argument
1017 int var = jv.recordVariable(exceptionType, exceptionName);
1033 cp.addClassInfo(exceptionType));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java1039 RegisterType exceptionType = RegisterType.UNKNOWN_TYPE;
1047 exceptionType = RegisterType.getRegisterType(RegisterType.REFERENCE,
1050 exceptionType = RegisterType.getRegisterType(RegisterType.REFERENCE, classPath.getClass(type))
1051 .merge(exceptionType);
1057 if (exceptionType.category == RegisterType.UNKNOWN) {
1061 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, exceptionType);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1429 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; local
1436 builder.CreateCall(&nativeThrowFunct, exceptionType);
1448 *exceptionType,
1457 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 322 milliseconds