Home
last modified time | relevance | path

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

/art/test/522-checker-regression-monitor-exit/src/
DMain.java34 private static class HashCodeQuery implements Callable<Integer> { class in Main
35 public HashCodeQuery(Object obj) { in HashCodeQuery() method in Main.HashCodeQuery
63 List<HashCodeQuery> queries = new ArrayList<HashCodeQuery>(numThreads); in main()
65 queries.add(new HashCodeQuery(obj)); in main()