Searched refs:getClass0 (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/beans/
H A DIntrospector.java555 if (this.beanClass != pd.getClass0()) {
726 pd = pd.getClass0().isAssignableFrom(ipd.getClass0())
729 } else if (pd.getClass0().isAssignableFrom(ipd.getClass0())) {
730 pd = pd.getClass0().isAssignableFrom(ipd.getClass0())
813 return pd.getClass0().isAssignableFrom(ipd.getClass0())
834 if (pd.getClass0()
[all...]
H A DPropertyDescriptor.java237 Class<?> cls = getClass0();
306 Class<?> cls = getClass0();
376 if (getClass0() != null && clz.isAssignableFrom(getClass0())) {
605 getReturnType(getClass0(), xr) == boolean.class &&
606 getReturnType(getClass0(), yr) == boolean.class &&
682 Class<?>[] params = getParameterTypes(getClass0(), readMethod);
687 propertyType = getReturnType(getClass0(), readMethod);
694 Class<?>[] params = getParameterTypes(getClass0(), writeMethod);
772 type1 = getReturnType(getClass0(), m
[all...]
H A DMethodDescriptor.java88 Class<?> cls = getClass0();
115 if (getClass0() == null) {
118 setParams(getParameterTypes(getClass0(), method));
H A DIndexedPropertyDescriptor.java176 Class<?> cls = getClass0();
245 Class<?> cls = getClass0();
358 Class<?>[] params = getParameterTypes(getClass0(), indexedReadMethod);
365 indexedPropertyType = getReturnType(getClass0(), indexedReadMethod);
371 Class<?>[] params = getParameterTypes(getClass0(), indexedWriteMethod);
H A DEventSetDescriptor.java87 Class<?>[] args = getParameterTypes(getClass0(), listenerMethods[0]);
383 if (getClass0() == null) {
403 if (getClass0() == null) {
425 if (getClass0() == null) {
H A DFeatureDescriptor.java328 Class<?> getClass0() { method in class:FeatureDescriptor
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DHotSpotMethodSubstitutionTest.java44 testGraph("getClass0");
47 test("getClass0", "a string");
52 public static Class<?> getClass0(Object obj) { method in class:HotSpotMethodSubstitutionTest

Completed in 105 milliseconds