Home
last modified time | relevance | path

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

/art/test/2000-virtual-list-structural/src/
DMain.java28 public static MethodHandle get_total_cnt; field in Main
31 get_total_cnt = lookup.findStaticGetter(AbstractCollection.class, "TOTAL_COUNT", Integer.TYPE); in GetHandles()
47 …tln("List is: " + c + " count = " + getcnt.invoke(c) + " TOTAL_COUNT = " + get_total_cnt.invoke()); 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()