Home | History | Annotate | Download | only in src

Lines Matching refs:SlowInit

87         IntHolder zero = SlowInit.FIELD0;
99 SlowInit.FIELD0.getValue() + SlowInit.FIELD1.getValue() +
100 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue());
105 /* allow SlowInit's <clinit> to start */
110 field0 = SlowInit.FIELD0.getValue();
111 field1 = SlowInit.FIELD1.getValue();
112 field2 = SlowInit.FIELD2.getValue();
113 field3 = SlowInit.FIELD3.getValue();
124 /* allow SlowInit's <clinit> to start */
128 SlowInit.printMsg("MethodThread message");