Searched refs:typeToClass (Results 1 – 3 of 3) sorted by relevance
101 public static Class<?> typeToClass(String type) throws ClassNotFoundException { in typeToClass() method in DexMember
51 classes[i++] = DexMember.typeToClass(param); in getJavaParameterClasses()
175 DexMember.typeToClass(dexField.getDexType()); in hasMatchingField_JNI()203 Class<?> returnClass = DexMember.typeToClass(dexMethod.getDexType()); in hasMatchingMethod_Reflection()