Home
last modified time | relevance | path

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

/art/test/168-vmstack-annotated/src/
DMain.java158 assertLocks(stack1[0], o3); // Locked o3. in testCluster1()
162 assertLocks(stack1[1], o1); // Locked o1. in testCluster1()
170 assertLocks(stack2[0]); // Nothing locked. in testCluster1()
174 assertLocks(stack2[1], o4, o2); // Locked o4, o2. in testCluster1()
196 private static void assertLocks(Object fromTrace, Object... locks) throws Exception { in assertLocks() method in Main