Searched refs:getDexCacheType (Results 1 - 5 of 5) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DArtMethod.java112 if (artMethod.getDexCacheType(dex, types[i]) != params[i]) {
137 parametersArray[i] = getDexCacheType(dex, types[i]);
146 return getDexCacheType(dex, returnTypeIndex);
159 Class<?> aType = getDexCacheType(dex, types[i]);
191 * necessary. Note this method delegates to {@link java.lang.Class#getDexCacheType(Dex, int)},
194 private Class<?> getDexCacheType(Dex dex, int dexTypeIndex) { method in class:ArtMethod
197 resolvedType = declaringClass.getDexCacheType(dex, dexTypeIndex);
H A DArtField.java94 return declaringClass.getDexCacheType(dex, typeIndex);
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationAccess.java400 return c.getDexCacheType(dex, reader.readType());
613 (Class<? extends Annotation>) context.getDexCacheType(dex, typeIndex);
625 context.getDexCacheType(dex, dex.declaringClassIndexFromMethodIndex(methodIndex));
630 parametersArray[i] = context.getDexCacheType(dex, types[i]);
677 if (annotationClass != context.getDexCacheType(dex, reader.getAnnotationType())) {
724 return context.getDexCacheType(dex, index);
/libcore/libart/src/main/java/java/lang/
H A DClass.java470 public Class<?> getDexCacheType(Dex dex, int dexTypeIndex) { method in class:Class
1175 result[i] = getDexCacheType(dex, interfaces[i]);
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java1323 public Class<?> getDexCacheType(Dex dex, int typeIndex) { method in class:Class

Completed in 124 milliseconds