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.java234 String heapTrace = iterateThroughHeapPrimitiveFields(10000); in doTestPrimitiveFieldsClasses() local
237 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000000"); in doTestPrimitiveFieldsClasses()
239 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=0) 0000000000000001"); in doTestPrimitiveFieldsClasses()
243 System.out.println("Heap Trace for Inf1 is not as expected:\n" + heapTrace); in doTestPrimitiveFieldsClasses()
249 heapTrace = iterateThroughHeapPrimitiveFields(10000); in doTestPrimitiveFieldsClasses()
252 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000000"); in doTestPrimitiveFieldsClasses()
254 correctHeapValue = heapTrace.equals("10000@0 (static, int, index=1) 0000000000000001"); in doTestPrimitiveFieldsClasses()
258 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()