Home
last modified time | relevance | path

Searched refs:SimException (Results 1 – 16 of 16) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DSimException.java24 public class SimException class
26 public SimException(String message) { in SimException() method in SimException
30 public SimException(Throwable cause) { in SimException() method in SimException
34 public SimException(String message, Throwable cause) { in SimException() method in SimException
DBaseMachine.java152 throw new SimException("at stack depth " + (size - 1 - i) + in popArgs()
166 throw new SimException("expected type " + type.toHuman() + in popArgs()
180 throw new SimException("expected type " + type1.toHuman() + in popArgs()
185 throw new SimException("expected type " + type2.toHuman() + in popArgs()
200 throw new SimException("expected type " + type1.toHuman() + in popArgs()
205 throw new SimException("expected type " + type2.toHuman() + in popArgs()
210 throw new SimException("expected type " + type3.toHuman() + in popArgs()
416 throw new SimException("local target with " + in getLocalTarget()
502 throw new SimException("results never set"); in resultCount()
553 throw new SimException("results never set"); in storeResults()
[all …]
DMerger.java53 throw new SimException("mismatched maxLocals values"); in mergeLocals()
105 throw new SimException("mismatched stack depths"); in mergeStack()
124 throw new SimException("incompatible: " + tb1 + ", " + in mergeStack()
129 } catch (SimException ex) { in mergeStack()
DExecutionStack.java226 throw new SimException("stack: underflow"); in peekLocal()
309 } catch (SimException ex) { in merge()
341 throw new SimException("stack: " + msg); in throwSimException()
DSimulator.java121 } catch (SimException ex) { in simulate()
144 private static SimException illegalTos() { in illegalTos()
145 return new SimException("stack mismatch: illegal " + in illegalTos()
257 throw new SimException("invalid opcode " + Hex.u1(opcode)); in visitInvalid()
837 private void checkConstMethodHandleSupported(Constant cst) throws SimException { in checkConstMethodHandleSupported()
846 private void checkInvokeDynamicSupported(int opcode) throws SimException { in checkInvokeDynamicSupported()
947 throw new SimException(message); in fail()
DOneLocalsArray.java223 } catch (SimException ex) { in merge()
255 throw new SimException("local " + Hex.u2(idx) + ": " + msg); in throwSimException()
DLocalsArraySet.java284 } catch (SimException ex) { in mergeWithSet()
325 } catch (SimException ex) { in mergeWithOne()
354 } catch (SimException ex) { in merge()
DBytecodeArray.java810 } catch (SimException ex) { in parseInstruction()
814 SimException se = new SimException(ex); in parseInstruction()
843 throw new SimException("low / high inversion"); in parseTableswitch()
945 throw new SimException("bad newarray code " + in parseNewarray()
DRopper.java351 } catch (SimException ex) { in convert()
745 } catch (SimException ex) { in doit()
864 } catch (SimException ex) { in processBlock()
923 } catch (SimException ex) { in processBlock()
DBasicBlocker.java360 throw new SimException("flow of control falls off " + in doit()
DRopperMachine.java761 throw new SimException("return op mismatch: " + op + ", " + in updateReturnOp()
/dalvik/dx/tests/143-interface-methods/
Dexpected.txt3 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
8 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeStatic.main:([Ljava…
14 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
19 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeStatic.main:([Ljava…
25 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
30 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeStatic.main:([Ljava…
36 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
41 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeStatic.main:([Ljava…
47 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
52 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeStatic.main:([Ljava…
[all …]
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java24 import com.android.dx.cf.code.SimException;
1726 } else if (ex instanceof SimException) { in onException()
1729 context.err.println(((SimException) ex).getContext()); in onException()
/dalvik/dx/tests/132-invoke-polymorphic/
Dexpected.txt2 com.android.dx.cf.code.SimException: ERROR in TestInvokePolymorphic.testInvokeVoidReturnNoArgs:(Lja…
/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
Dexpected.txt2 com.android.dx.cf.code.SimException: ERROR in VarHandleDexTest.main:([Ljava/lang/String;)V: invokin…
/dalvik/dx/tests/135-invoke-custom/
Dexpected.txt2 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in invokecustom.InvokeCustom…