Searched refs:checkIsInstance (Results 1 – 3 of 3) sorted by relevance
37 static boolean checkIsInstance(Class<?> clazz, Object obj) { in checkIsInstance() method in Platform
127 if (Platform.checkIsInstance(clazz, exception)) { in isPermitted()
28 static boolean checkIsInstance(Class<?> clazz, Object obj) { in checkIsInstance() method in Platform