Searched refs:bigArray (Results 1 – 2 of 2) sorted by relevance
36 public void bigArray() throws IOException { in bigArray() method in PerformanceTest41 AhatInstance bigArray = dump.getDumpedAhatInstance("bigArray"); in bigArray() local42 assertNotNull(bigArray); in bigArray()49 String uri = "http://localhost:7100/object?id=" + bigArray.getId(); in bigArray()
49 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