Home | History | Annotate | Download | only in src

Lines Matching refs:SlowInit

68         IntHolder zero = SlowInit.FIELD0;
80 SlowInit.FIELD0.getValue() + SlowInit.FIELD1.getValue() +
81 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue());
86 /* allow SlowInit's <clinit> to start */
91 field0 = SlowInit.FIELD0.getValue();
92 field1 = SlowInit.FIELD1.getValue();
93 field2 = SlowInit.FIELD2.getValue();
94 field3 = SlowInit.FIELD3.getValue();
105 /* allow SlowInit's <clinit> to start */
109 SlowInit.printMsg("MethodThread message");