Searched refs:assertKeys (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/test/jdk/jshell/
H A DSnippetTest.java115 assertKeys(method("()void", "f"), variable("int", "f"), clazz(KullaTesting.ClassType.INTERFACE, "A"));
127 assertKeys(method("()void", "g"), method("()void", "f"), variable("int", "f"),
134 assertKeys(method("()void", "g"), method("()double", "f"), variable("int", "f"),
146 assertKeys(method("()void", "g"), method("()void", "f"),
152 assertKeys(method("()void", "g"), clazz(KullaTesting.ClassType.INTERFACE, "A"),
H A DKullaTesting.java816 public void assertKeys(MemberInfo... expected) { method in class:KullaTesting
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/
H A DTypeSwitchNode.java68 assert assertKeys();
79 private boolean assertKeys() { method in class:TypeSwitchNode

Completed in 328 milliseconds