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