Home
last modified time | relevance | path

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

/art/test/168-vmstack-annotated/src/
DMain.java157 assertBlockedOn(stack1[0], o2); // Blocked on o2. in testCluster1()
161 assertBlockedOn(stack1[1], null); // Frame can't be blocked. in testCluster1()
169 assertBlockedOn(stack2[0], o1); // Blocked on o1. in testCluster1()
173 assertBlockedOn(stack2[1], null); // Frame can't be blocked. in testCluster1()
202 private static void assertBlockedOn(Object fromTrace, Object block) throws Exception { in assertBlockedOn() method in Main