Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DPerformanceTest.java36 public void bigArray() throws IOException { in bigArray() method in PerformanceTest
41 AhatInstance bigArray = dump.getDumpedAhatInstance("bigArray"); in bigArray() local
42 assertNotNull(bigArray); in bigArray()
49 String uri = "http://localhost:7100/object?id=" + bigArray.getId(); in bigArray()
/art/tools/ahat/src/test-dump/
DDumpedStuff.java48 bigArray = new byte[n]; in DumpedStuff()
50 bigArray[i] = (byte)((i * i) & 0xFF); in DumpedStuff()
181 public byte[] bigArray; field in DumpedStuff