OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigArray
(Results
1 - 2
of
2
) sorted by null
/art/tools/ahat/test/
PerformanceTest.java
34
public void
bigArray
() throws IOException {
39
Instance
bigArray
= (Instance)dump.getDumpedThing("
bigArray
");
40
assertNotNull(
bigArray
);
46
HtmlDoc doc = new HtmlDoc(ps, DocString.text("
bigArray
test"), DocString.uri("style.css"));
47
String uri = "http://localhost:7100/object?id=" +
bigArray
.getId();
53
assertTrue("
bigArray
took too long: " + time + "ms", time < 1000);
/art/tools/ahat/test-dump/
Main.java
44
public byte[]
bigArray
;
48
bigArray
= new byte[N];
50
bigArray
[i] = (byte)((i*i) & 0xFF);
Completed in 66 milliseconds