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.java49 bigArray = new byte[n]; in DumpedStuff()
51 bigArray[i] = (byte)((i * i) & 0xFF); in DumpedStuff()
90 bitmapOne = new Bitmap(100, 200, 0xDEADBEEF, bigArray); in DumpedStuff()
91 bitmapTwo = new Bitmap(100, 200, 0xBEEFDEAD, bigArray); in DumpedStuff()
185 public byte[] bigArray; field in DumpedStuff