Searched refs:getField_JNI (Results 1 – 1 of 1) sorted by relevance
178 Field ifield = getField_JNI(klass, dexField.getName(), dexField.getDexType()); in hasMatchingField_JNI()281 private static native Field getField_JNI(Class<?> klass, String name, String type); in getField_JNI() method in DexMemberChecker