Searched refs:getTypeFromDescriptor (Results 1 – 4 of 4) sorted by relevance
35 return getTypeFromDescriptor(type.getDescriptor()); in getType()43 public DexType getTypeFromDescriptor(String desc) { in getTypeFromDescriptor() method in JarApplicationReader65 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()
92 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()
45 registry.registerTypeReference(application.getTypeFromDescriptor(desc)); in visitMultiANewArrayInsn()
2342 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);