Home
last modified time | relevance | path

Searched refs:noSuchMethodErrCl (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
DObjectStreamClass.c34 static jclass noSuchMethodErrCl; variable
42 noSuchMethodErrCl = (*env)->NewGlobalRef(env, cl); in ObjectStreamClass_initNative()
72 if (!(*env)->IsInstanceOf(env, th, noSuchMethodErrCl)) { in ObjectStreamClass_hasStaticInitializer()
104 if (!(*env)->IsInstanceOf(env, th, noSuchMethodErrCl)) { in ObjectStreamClass_hasStaticInitializer()