Searched defs:componentType (Results 1 – 4 of 4) sorted by relevance
56 val componentType : String; in lazyProp() constant
199 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()209 Type componentType = getComponentType(mType); in getComponentType() local
78 final String componentType = getDescription(arrayType.getComponentType()); in getDescription() local
31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()