Lines Matching refs:Error
32 } catch (Error e) { in main()
38 } catch (Error e) { in main()
45 } catch (Error e) { in main()
74 throw new Error(o.toString()); in testSimpleUse()
99 throw new Error(o.toString() + o.toString()); in testTwoUses()
130 throw new Error(m.toString()); in testFieldStores()
161 throw new Error(m1.toString() + m2.toString()); in testFieldStoreCycle()
194 throw new Error(o.toString()); in testArrayStores()
205 throw new Error(m.toString()); in testOnlyStoreUses()
217 throw new Error(m.toString()); in testNoUse()
252 throw new Error(o.toString() + i); in testPhiInput()
280 throw new Error(m.toString()); in testVolatileStore()
288 throw new Error("" + a); in testInstanceSideEffects()
300 throw new Error(o.getClass().toString()); in testStaticSideEffects()
342 throw new Error(m.$opt$noinline$toString()); in testStoreStore()
373 throw new Error(o.toString()); in testSinkingOverInvoke()