Home | History | Annotate | Download | only in art

Lines Matching full:10000

146     setTag(IntObject.class, 10000);
147 System.out.println(iterateThroughHeapPrimitiveFields(10000));
151 setTag(FloatObject.class, 10000);
152 System.out.println(iterateThroughHeapPrimitiveFields(10000));
157 setTag(Inf1.class, 10000);
158 String heapTrace = iterateThroughHeapPrimitiveFields(10000);
161 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000");
163 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001");
172 setTag(Inf2.class, 10000);
173 heapTrace = iterateThroughHeapPrimitiveFields(10000);
176 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000000");
178 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000001");
191 setTag(intObject, 10000);
192 System.out.println(iterateThroughHeapPrimitiveFields(10000));
199 setTag(floatObject, 10000);
200 System.out.println(iterateThroughHeapPrimitiveFields(10000));