Lines Matching refs:testField4444
42 Object f4444 = manyFields.testField4444; in testFieldReads()
55 assertSameObject(f4444, mf.testField4444); in testFieldReads()
186 Object f4444 = manyFields.testField4444; in testUnsafeGet()
223 Object f4444 = manyFields.testField4444; in testUnsafeCas()
293 Object f4444 = manyFields.testField4444; in testVarHandleCompareAndSet()
332 Object f4444 = manyFields.testField4444; in testVarHandleCompareAndExchange()
372 Object f4444 = manyFields.testField4444; in testVarHandleGetAndSet()
411 manyFields.testField4444 = new Object(); in testReferenceRefersTo()
415 WeakReference<Object> f4444 = new WeakReference<Object>(manyFields.testField4444); in testReferenceRefersTo()
428 assertEqual(true, f4444.refersTo(mf.testField4444)); in testReferenceRefersTo()
931 public Object testField4444 = new Integer(4444); field in ManyFields