Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/constant/
DDirectMethodHandleDescImpl.java75 case CONSTRUCTOR -> validateConstructor(type); in DirectMethodHandleDescImpl()
105 private static void validateConstructor(MethodTypeDesc type) { in validateConstructor() method in DirectMethodHandleDescImpl