Lines Matching refs:toString
74 throw new Error(o.toString()); in testSimpleUse()
99 throw new Error(o.toString() + o.toString()); in testTwoUses()
137 throw new Error(m.toString()); in testFieldStores()
168 throw new Error(m1.toString() + m2.toString()); in testFieldStoreCycle()
201 throw new Error(o.toString()); in testArrayStores()
212 throw new Error(m.toString()); in testOnlyStoreUses()
224 throw new Error(m.toString()); in testNoUse()
259 throw new Error(o.toString() + i); in testPhiInput()
287 throw new Error(m.toString()); in testVolatileStore()
307 throw new Error(o.getClass().toString()); in testStaticSideEffects()
354 throw new Error(m.$opt$noinline$toString()); in testStoreStore()
385 throw new Error(o.toString()); in testSinkingOverInvoke()
389 public String $opt$noinline$toString() { in $opt$noinline$toString()