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()
78 public byte[] bigArray; field in Main.DumpedStuff96 bigArray = new byte[N]; in DumpedStuff()98 bigArray[i] = (byte)((i*i) & 0xFF); in DumpedStuff()