Home
last modified time | relevance | path

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

/art/test/2000-virtual-list-structural/src/
DMain.java27 public static MethodHandle getcnt; field in Main
30 getcnt = lookup.findGetter(AbstractCollection.class, "cnt", Integer.TYPE); in GetHandles()
47 …System.out.println("List is: " + c + " count = " + getcnt.invoke(c) + " TOTAL_COUNT = " + get_tota… in PrintListAndData()
71 CheckLE(getcnt.invoke(l1), get_total_cnt.invoke()); in main()
72 CheckLE(getcnt.invoke(l2), get_total_cnt.invoke()); in main()
73 CheckLE(getcnt.invoke(l3), get_total_cnt.invoke()); in main()
74 CheckLE(getcnt.invoke(l4), get_total_cnt.invoke()); in main()
75 CheckEQ(getcnt.invoke(l1), 0); in main()
76 CheckLE(getcnt.invoke(l2), 0); in main()
77 CheckLE(getcnt.invoke(l1), getcnt.invoke(l2)); in main()
[all …]