Searched defs:ex (Results 1 - 8 of 8) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DExceptionWithContext.java36 * @param ex {@code non-null;} the exception to augment
40 public static ExceptionWithContext withContext(Throwable ex, String str) { argument
43 if (ex instanceof ExceptionWithContext) {
44 ewc = (ExceptionWithContext) ex;
46 ewc = new ExceptionWithContext(ex);
/dalvik/dx/src/com/android/dx/cf/code/
H A DLocalsArray.java55 * @param ex {@code non-null;} the exception to annotate
57 public abstract void annotate(ExceptionWithContext ex); argument
H A DExecutionStack.java79 * @param ex {@code non-null;} the exception to annotate
81 public void annotate(ExceptionWithContext ex) { argument
87 ex.addContext("stack[" + idx + "]: " +
162 } catch (NullPointerException ex) {
279 } catch (NullPointerException ex) {
309 } catch (SimException ex) {
310 ex.addContext("underlay stack:");
311 this.annotate(ex);
312 ex.addContext("overlay stack:");
313 other.annotate(ex);
[all...]
H A DFrame.java195 } catch (IndexOutOfBoundsException ex) {
197 } catch (NullPointerException ex) {
409 * @param ex {@code non-null;} the exception to annotate
411 public void annotate(ExceptionWithContext ex) { argument
412 locals.annotate(ex);
413 stack.annotate(ex);
H A DLocalsArraySet.java123 public void annotate(ExceptionWithContext ex) { argument
124 ex.addContext("(locals array set; primary)");
125 primary.annotate(ex);
132 ex.addContext("(locals array set: primary for caller "
135 la.getPrimary().annotate(ex);
283 } catch (SimException ex) {
284 ex.addContext(
324 } catch (SimException ex) {
325 ex.addContext("Merging one locals against caller block "
353 } catch (SimException ex) {
[all...]
H A DOneLocalsArray.java58 public void annotate(ExceptionWithContext ex) { argument
62 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
110 } catch (NullPointerException ex) {
211 } catch (SimException ex) {
212 ex.addContext("underlay locals:");
213 annotate(ex);
214 ex.addContext("overlay locals:");
215 other.annotate(ex);
216 throw ex;
/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java74 * @param ex {@code non-null;} exception
76 void onException(Exception ex); argument
174 } catch (Exception ex) {
175 consumer.onException(ex);
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 240 milliseconds