Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/graph/
DJarApplicationReader.java35 return getTypeFromDescriptor(type.getDescriptor()); in getType()
43 public DexType getTypeFromDescriptor(String desc) { in getTypeFromDescriptor() method in JarApplicationReader
65 types[i] = getTypeFromDescriptor(descriptors[i]); in getTypeListFromDescriptors()
75 return options.itemFactory.createField(owner, getTypeFromDescriptor(desc), getString(name)); in getField()
111 getTypeFromDescriptor(returnType.getDescriptor()), in getProto()
DJarClassFileReader.java92 return new DexEncodedAnnotation(application.getTypeFromDescriptor(desc), elements); in createEncodedAnnotation()
606 DexType owner = application.getTypeFromDescriptor(desc); in visitEnum()
724 return new DexValueType(application.getTypeFromDescriptor(((Type) value).getDescriptor())); in getDexValue()
/external/r8/src/main/java/com/android/tools/r8/jar/
DJarRegisterEffectsVisitor.java45 registry.registerTypeReference(application.getTypeFromDescriptor(desc)); in visitMultiANewArrayInsn()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java2342 DexType dexType = application.getTypeFromDescriptor(desc); in build()
2406 DexType dexArrayType = application.getTypeFromDescriptor(arrayType.getDescriptor()); in build()
2413 DexType dexType = application.getTypeFromDescriptor(type.getDescriptor()); in build()
2423 DexType dexType = application.getTypeFromDescriptor(type.getDescriptor()); in build()
2564 application.getTypeFromDescriptor(((Type) value).getDescriptor())); in decodeBootstrapArgument()
2669 builder.addConstClass(dest, application.getTypeFromDescriptor(type.getDescriptor()));
2725 DexType memberType = application.getTypeFromDescriptor(insn.desc.substring(insn.dims));
2727 DexType dimArrayType = application.getTypeFromDescriptor(INT_ARRAY_DESC);
2741 DexType reflectArrayClass = application.getTypeFromDescriptor(REFLECT_ARRAY_DESC);