Searched refs:dexField (Results 1 – 1 of 1) sorted by relevance
160 private static boolean hasMatchingField_Reflection(Class<?> klass, DexField dexField) { in hasMatchingField_Reflection() argument162 klass.getDeclaredField(dexField.getName()); in hasMatchingField_Reflection()172 private static boolean hasMatchingField_JNI(Class<?> klass, DexField dexField) in hasMatchingField_JNI() argument175 DexMember.typeToClass(dexField.getDexType()); in hasMatchingField_JNI()178 Field ifield = getField_JNI(klass, dexField.getName(), dexField.getDexType()); in hasMatchingField_JNI()187 Field sfield = getStaticField_JNI(klass, dexField.getName(), dexField.getDexType()); in hasMatchingField_JNI()