Home | History | Annotate | Download | only in src

Lines Matching refs:ManyFields

20         Object f0000 = manyFields.testField0000;
21 Object f1024 = manyFields.testField1024;
22 Object f4444 = manyFields.testField4444;
23 Object f4999 = manyFields.testField4999;
48 // Continually check reads from `manyFields` and `largeArray` while allocating
53 ManyFields mf = manyFields; // Load the volatile `manyFields` once on each iteration.
97 public static volatile ManyFields manyFields = new ManyFields();
110 class ManyFields extends ManyFieldsBase3 {