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

12

/external/proguard/src/proguard/classfile/editor/
H A DExceptionInfoAdder.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
58 new ExceptionInfo(exceptionInfo.u2startPC,
59 exceptionInfo.u2endPC,
60 exceptionInfo.u2handlerPC,
61 exceptionInfo.u2catchType == 0 ? 0 :
62 constantAdder.addConstant(clazz, exceptionInfo.u2catchType));
H A DCodeAttributeComposer.java306 * @param exceptionInfo the exception to be appended.
308 public void appendException(ExceptionInfo exceptionInfo) argument
312 print(" ", "Exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]");
316 visitExceptionInfo(null, null, null, exceptionInfo);
320 System.out.println(" -> ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]");
324 if (exceptionInfo
588 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
[all...]
H A DCodeAttributeEditor.java915 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
919 exceptionInfo.u2startPC = newInstructionOffset(exceptionInfo.u2startPC);
920 exceptionInfo.u2endPC = newInstructionOffset(exceptionInfo.u2endPC);
921 exceptionInfo.u2handlerPC = newInstructionOffset(exceptionInfo.u2handlerPC);
1132 ExceptionInfo exceptionInfo = exceptionInfos[index];
1133 if (exceptionInfo.u2startPC < exceptionInfo
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java83 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
88 exceptionInfo.u2startPC,
89 exceptionInfo.u2endPC))
92 exceptionInfo.u2endPC = exceptionInfo.u2startPC;
96 extraExceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
147 ExceptionInfo exceptionInfo = exceptionInfos[index];
148 if (exceptionInfo.u2startPC < exceptionInfo.u2endPC)
150 exceptionInfos[newIndex++] = exceptionInfo;
[all...]
H A DReachableCodeMarker.java183 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
186 if (!isReachable(exceptionInfo.u2handlerPC) &&
187 isReachable(exceptionInfo.u2startPC, exceptionInfo.u2endPC))
189 markCode(clazz, method, codeAttribute, exceptionInfo.u2handlerPC);
H A DBranchTargetFinder.java627 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
629 int startPC = exceptionInfo.u2startPC;
630 int endPC = exceptionInfo.u2endPC;
631 int handlerPC = exceptionInfo.u2handlerPC;
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionExcludedOffsetFilter.java57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
59 if (!exceptionInfo.isApplicable(instructionOffset))
61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionHandlerFilter.java61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
63 int handlerPC = exceptionInfo.u2handlerPC;
67 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionOffsetFilter.java57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
59 if (exceptionInfo.isApplicable(instructionOffset))
61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionRangeFilter.java61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
63 if (exceptionInfo.isApplicable(startOffset, endOffset))
65 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionHandlerConstantVisitor.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
56 int catchType = exceptionInfo.u2catchType;
H A DExceptionCounter.java48 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
H A DClassCleaner.java237 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
239 clean(exceptionInfo);
H A DClassPrinter.java774 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
776 println(visitorInfo(exceptionInfo) +
778 exceptionInfo.u2startPC + " -> " +
779 exceptionInfo.u2endPC + ": " +
780 exceptionInfo.u2handlerPC + "):");
782 if (exceptionInfo.u2catchType != 0)
784 clazz.constantPoolEntryAccept(exceptionInfo.u2catchType, this);
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DExceptionInfoVisitor.java36 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo); argument
H A DStackSizeComputer.java255 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
270 exceptionInfo.u2handlerPC);
/external/ImageMagick/Magick++/lib/
H A DImage.cpp220 MagickTrue,exceptionInfo);
226 exceptionInfo);
310 SetImageAlpha(image(),OpaqueAlpha,exceptionInfo); local
455 bbox=GetImageBoundingBox(constImage(),exceptionInfo);
477 SetImageDepth(image(),depth_,exceptionInfo); local
489 channel_depth=GetImageDepth(constImage(),exceptionInfo);
508 SyncImage(image(),exceptionInfo); local
550 (void) AcquireImageColormap(image(),entries_,exceptionInfo); local
570 TransformImageColorspace(image(),colorSpace_,exceptionInfo); local
583 SetImageColorspace(image(),colorSpace_,exceptionInfo); local
602 SetImageProperty(image(),"Comment",NULL,exceptionInfo); local
604 SetImageProperty(image(),"Comment",comment_.c_str(),exceptionInfo); local
750 (void) SetImageProfile(image(),"exif",exif_profile,exceptionInfo); local
1049 (void) SetImageProfile(image(),"iptc",iptc_profile,exceptionInfo); local
1103 (void) SetImageProperty(image(),"Label",NULL,exceptionInfo); local
1105 (void) SetImageProperty(image(),"Label",label_.c_str(),exceptionInfo); local
1168 SetImageDepth(image(),depth_,exceptionInfo); local
1656 SetImageType(image(),type_,exceptionInfo); local
1676 SetImageVirtualPixelMethod(image(),virtualPixelMethod_,exceptionInfo); local
1828 SetImageAlpha(image(),alpha_,exceptionInfo); local
1836 SetImageAlphaChannel(image(),alphaOption_,exceptionInfo); local
1918 AnnotateImage(image(),drawInfo,exceptionInfo); local
1942 AnnotateImage(image(),drawInfo,exceptionInfo); local
1971 SetImageProperty(image(),name_.c_str(),value_.c_str(),exceptionInfo); local
1994 (void) SyncImageSettings(imageInfo(),image(),exceptionInfo); local
1995 (void) AutoGammaImage(image(),exceptionInfo); local
2004 (void) SyncImageSettings(imageInfo(),image(),exceptionInfo); local
2005 (void) AutoGammaImage(image(),exceptionInfo); local
2014 (void) AutoLevelImage(image(),exceptionInfo); local
2023 (void) AutoLevelImage(image(),exceptionInfo); local
2047 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); local
2057 BlackThresholdImage(image(),threshold_.c_str(),exceptionInfo); local
2118 BrightnessContrastImage(image(),brightness_,contrast_,exceptionInfo); local
2128 BrightnessContrastImage(image(),brightness_,contrast_,exceptionInfo); local
2151 (void) ColorDecisionListImage(image(),cdl_.c_str(),exceptionInfo); local
2259 ClampImage(image(),exceptionInfo); local
2268 ClampImage(image(),exceptionInfo); local
2277 ClipImage(image(),exceptionInfo); local
2286 exceptionInfo); local
2295 ClutImage(image(),clutImage_.constImage(),method,exceptionInfo); local
2305 ClutImage(image(),clutImage_.constImage(),method,exceptionInfo); local
2433 exceptionInfo); local
2447 exceptionInfo); local
2504 x,y,exceptionInfo); local
2520 geometry.x,geometry.y,exceptionInfo); local
2533 xOffset_,yOffset_,exceptionInfo); local
2553 ContrastImage(image(),(MagickBooleanType) sharpen_,exceptionInfo); local
2562 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); local
2572 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); local
2615 exceptionInfo); local
2637 CycleColormapImage(image(),amount_,exceptionInfo); local
2645 DecipherImage(image(),passphrase_.c_str(),exceptionInfo); local
2733 DisplayImages(imageInfo(),image(),exceptionInfo); local
2825 EncipherImage(image(),passphrase_.c_str(),exceptionInfo); local
2844 EqualizeImage(image(),exceptionInfo); local
2852 (void) SetImageBackgroundColor(image(),exceptionInfo); local
2861 EvaluateImage(image(),operator_,rvalue_,exceptionInfo); local
2873 exceptionInfo); local
2900 geometry.x,geometry.y,exceptionInfo ); local
2973 (MagickBooleanType)invert_,exceptionInfo); local
2991 (MagickBooleanType)invert_,exceptionInfo); local
3092 GetTypeMetrics(image(),drawInfo,&(metrics->_typeMetric),exceptionInfo); local
3106 GetMultilineTypeMetrics(image(),drawInfo,&(metrics->_typeMetric),exceptionInfo); local
3183 GammaImage(image(),gamma_,exceptionInfo); local
3193 (void) GammaImage(image(),gammaRed_,exceptionInfo); local
3195 (void) GammaImage(image(),gammaGreen_,exceptionInfo); local
3197 (void) GammaImage(image(),gammaBlue_,exceptionInfo); local
3285 (void) GrayscaleImage(image(),method_,exceptionInfo); local
3293 (void) HaldClutImage(image(),clutImage_.constImage(),exceptionInfo); local
3381 (void) LevelImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo); local
3391 (void) LevelImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo); local
3437 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo); local
3447 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo); local
3457 LinearStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); local
3511 exceptionInfo); local
3549 ModulateImage(image(),modulate,exceptionInfo); local
3671 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); local
3681 NegateImage(image(),(MagickBooleanType) grayscale_,exceptionInfo); local
3690 NormalizeImage(image(),exceptionInfo); local
3742 (void) OrderedDitherImage(image(),thresholdMap_.c_str(),exceptionInfo); local
3752 (void)OrderedDitherImage(image(),thresholdMap_.c_str(),exceptionInfo); local
3761 PerceptibleImage(image(),epsilon_,exceptionInfo); local
3771 PerceptibleImage(image(),epsilon_,exceptionInfo); local
3867 PosterizeImage(image(),levels_,method_,exceptionInfo); local
3877 PosterizeImage(image(),levels_,method_,exceptionInfo); local
3899 profile_.length(),exceptionInfo); local
3945 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); local
3955 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); local
4055 quantum_,source_,exceptionInfo); local
4235 SyncImage(image(),exceptionInfo); local
4403 midpoint,exceptionInfo); local
4428 SolarizeImage(image(),factor_,exceptionInfo); local
4519 StripImage(image(),exceptionInfo); local
4560 (void) SyncAuthenticPixels(image(),exceptionInfo); local
4568 TextureImage(image(),texture_.constImage(),exceptionInfo); local
4576 BilevelImage(image(),threshold_,exceptionInfo); local
4682 MagickFalse,exceptionInfo); local
4803 WhiteThresholdImage(image(),threshold_.c_str(),exceptionInfo); local
4813 WhiteThresholdImage(image(),threshold_.c_str(),exceptionInfo); local
4876 exceptionInfo); local
4885 WriteImage(constImageInfo(),image(),exceptionInfo); local
4908 quantum_,destination_, exceptionInfo); local
5008 read(MagickCore::Image *image, MagickCore::ExceptionInfo *exceptionInfo) argument
5068 (MagickBooleanType) invert_,exceptionInfo); local
5081 SetImageMask(image(),type,mask_.constImage(),exceptionInfo); local
5084 exceptionInfo); local
[all...]
H A DImageRef.cpp25 _image=AcquireImage(_options->imageInfo(),exceptionInfo);
136 property=GetImageProperty(_image,"Signature",exceptionInfo);
139 (void) SignatureImage(_image,exceptionInfo);
140 property=GetImageProperty(_image,"Signature",exceptionInfo);
H A DPixels.cpp27 _view=AcquireVirtualCacheView(image_.image(),exceptionInfo),
47 exceptionInfo);
63 exceptionInfo);
86 exceptionInfo);
95 (void) SyncCacheViewAuthenticPixels(_view,exceptionInfo);
195 map_.c_str(),type_,_data,exceptionInfo);
196 if (exceptionInfo->severity != MagickCore::UndefinedException)
H A DCoderInfo.cpp59 magickInfo=GetMagickInfo(name_.c_str(),exceptionInfo);
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java346 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
348 int startPC = Math.max(exceptionInfo.u2startPC, clipStart);
349 int endPC = Math.min(exceptionInfo.u2endPC, clipEnd);
350 int handlerPC = exceptionInfo.u2handlerPC;
351 int catchType = exceptionInfo.u2catchType;
363 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
384 if (startPC == exceptionInfo.u2startPC &&
385 endPC == exceptionInfo.u2endPC)
391 System.out.println(" Appending clipped exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo
[all...]
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java166 ExceptionInfo exceptionInfo = exceptionTable[index];
167 if (exceptionInfo.isApplicable(offset))
169 exceptionInfoVisitor.visitExceptionInfo(clazz, method, this, exceptionInfo);
183 ExceptionInfo exceptionInfo = exceptionTable[index];
184 if (exceptionInfo.isApplicable(startOffset, endOffset))
186 exceptionInfoVisitor.visitExceptionInfo(clazz, method, this, exceptionInfo);
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java224 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
226 codeAttributeComposer.appendException(new ExceptionInfo(exceptionInfo.u2startPC,
227 exceptionInfo.u2endPC,
228 exceptionInfo.u2handlerPC,
229 exceptionInfo.u2catchType));
264 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
/external/ImageMagick/Magick++/lib/Magick++/
H A DSTL.h1977 exceptionInfo);
1994 exceptionInfo );
2046 MagickCore::MeanEvaluateOperator, exceptionInfo );
2065 exceptionInfo);
2098 MagickCore::GetMagickList( "*", &number_formats, exceptionInfo );
2101 throwException(exceptionInfo);
2112 MagickCore::GetMagickInfo( coder_list[i], exceptionInfo );
2202 MagickCore::GetImageHistogram( image.constImage(), &colors, exceptionInfo );
2239 image=CombineImages(first_->image(),colorspace_,exceptionInfo);
2252 static_cast<std::string>(geometry_).c_str(),exceptionInfo);
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DLivenessAnalyzer.java386 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
389 long alive = isAliveBefore[exceptionInfo.u2handlerPC];
393 int startOffset = exceptionInfo.u2startPC;
394 int endOffset = exceptionInfo.u2endPC;

Completed in 311 milliseconds

12