Home
last modified time | relevance | path

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

/art/tools/ahat/test/
DPerformanceTest.java34 public void bigArray() throws IOException { in bigArray() method in PerformanceTest
39 Instance bigArray = (Instance)dump.getDumpedThing("bigArray"); in bigArray() local
40 assertNotNull(bigArray); in bigArray()
47 String uri = "http://localhost:7100/object?id=" + bigArray.getId(); in bigArray()
/art/tools/ahat/test-dump/
DMain.java44 public byte[] bigArray; field in Main.DumpedStuff
48 bigArray = new byte[N]; in DumpedStuff()
50 bigArray[i] = (byte)((i*i) & 0xFF); in DumpedStuff()