Home | History | Annotate | Download | only in src

Lines Matching refs:SlowInit

88         IntHolder zero = SlowInit.FIELD0;
100 SlowInit.FIELD0.getValue() + SlowInit.FIELD1.getValue() +
101 SlowInit.FIELD2.getValue() + SlowInit.FIELD3.getValue());
106 /* allow SlowInit's <clinit> to start */
111 field0 = SlowInit.FIELD0.getValue();
112 field1 = SlowInit.FIELD1.getValue();
113 field2 = SlowInit.FIELD2.getValue();
114 field3 = SlowInit.FIELD3.getValue();
125 /* allow SlowInit's <clinit> to start */
129 SlowInit.printMsg("MethodThread message");