Searched refs:checkBase (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java435 /*non-public*/ static Object checkBase(Object obj) { method in class:DirectMethodHandle
773 .getDeclaredMethod("checkBase", Object.class));
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAttr.java860 return checkBase(t, tree, env, classExpected, interfaceExpected, checkExtensible);
862 Type checkBase(Type t, method in class:Attr
4268 bounds.head.type = checkBase(bounds.head.type, bounds.head, env, false, false, false);
4284 bound.type = checkBase(bound.type, bound, env, false, true, false);

Completed in 109 milliseconds