Home
last modified time | relevance | path

Searched refs:heapTrace (Results 1 – 2 of 2) sorted by relevance

/art/test/906-iterate-heap/src/art/
DTest906.java158 String heapTrace = iterateThroughHeapPrimitiveFields(10000); in doTestPrimitiveFieldsClasses() local
161 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000"); in doTestPrimitiveFieldsClasses()
163 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001"); in doTestPrimitiveFieldsClasses()
167 System.out.println("Heap Trace for Inf1 is not as expected:\n" + heapTrace); in doTestPrimitiveFieldsClasses()
173 heapTrace = iterateThroughHeapPrimitiveFields(10000); in doTestPrimitiveFieldsClasses()
176 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000000"); in doTestPrimitiveFieldsClasses()
178 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000001"); in doTestPrimitiveFieldsClasses()
182 System.out.println("Heap Trace for Inf2 is not as expected:\n" + heapTrace); in doTestPrimitiveFieldsClasses()
/art/test/913-heaps/src/art/
DTest913.java200 String heapTrace = followReferencesPrimitiveFields(Inf1.class); in doTestPrimitiveFieldsClasses() local
203 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000"); in doTestPrimitiveFieldsClasses()
205 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001"); in doTestPrimitiveFieldsClasses()
209 System.out.println("Heap Trace for Inf1 is not as expected:\n" + heapTrace); in doTestPrimitiveFieldsClasses()
215 heapTrace = followReferencesPrimitiveFields(Inf2.class); in doTestPrimitiveFieldsClasses()
218 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000000"); in doTestPrimitiveFieldsClasses()
220 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000001"); in doTestPrimitiveFieldsClasses()
224 System.out.println("Heap Trace for Inf2 is not as expected:\n" + heapTrace); in doTestPrimitiveFieldsClasses()