Lines Matching refs:Error

24       throw new Error("Expected: " + expected + ", found: " + result);  in assertByteEquals()
30 throw new Error("Expected: " + expected + ", found: " + result); in assertCharEquals()
36 throw new Error("Expected: " + expected + ", found: " + result); in assertShortEquals()
42 throw new Error("Expected: " + expected + ", found: " + result); in assertIntEquals()
48 throw new Error("Expected: " + expected + ", found: " + result); in assertLongEquals()
53 static char $noinline$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$byteToChar()
54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort()
55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$byteToInt()
56 static long $noinline$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$byteToLong()
57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte()
58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort()
59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$charToInt()
60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$charToLong()
61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte()
62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$shortToChar()
63 static int $noinline$shortToInt (short v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$shortToInt()
64 static long $noinline$shortToLong (short v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$shortToLong()
65 static byte $noinline$intToByte (int v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$intToByte()
66 static char $noinline$intToChar (int v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$intToChar()
67 static short $noinline$intToShort (int v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$intToShort()
68 static long $noinline$intToLong (int v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$intToLong()
69 static byte $noinline$longToByte (long v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$longToByte()
70 static char $noinline$longToChar (long v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$longToChar()
71 static short $noinline$longToShort (long v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$longToShort()
72 static int $noinline$longToInt (long v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$longToInt()
98 if (doThrow) throw new Error(); in $opt$noinline$translate()
125 if (doThrow) throw new Error(); in $opt$noinline$sameInput()
157 if (doThrow) throw new Error(); in $opt$noinline$multipleUses()
184 if (doThrow) throw new Error(); in $opt$noinline$testAnd()
199 if (doThrow) throw new Error(); in $opt$noinline$testOr()
214 if (doThrow) throw new Error(); in $opt$noinline$testXor()
229 if (doThrow) throw new Error(); in $opt$noinline$testNeg()
438 if (doThrow) throw new Error(); in $noinline$IntShl()
442 if (doThrow) throw new Error(); in $noinline$IntShr()
446 if (doThrow) throw new Error(); in $noinline$IntUshr()
536 if (doThrow) throw new Error(); in $noinline$LongShl()
540 if (doThrow) throw new Error(); in $noinline$LongShr()
544 if (doThrow) throw new Error(); in $noinline$LongUshr()