Lines Matching defs:this
7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
38 check(JNIEnv *env, jobject this)
55 initialized = (*env)->GetBooleanField(env, this, initField);
71 Java_java_lang_SecurityManager_getClassContext(JNIEnv *env, jobject this)
73 if (!check(env, this)) {
81 Java_java_lang_SecurityManager_currentLoadedClass0(JNIEnv *env, jobject this)
84 if (!check(env, this)) {
92 Java_java_lang_SecurityManager_currentClassLoader0(JNIEnv *env, jobject this)
95 if (!check(env, this)) {
103 Java_java_lang_SecurityManager_classDepth(JNIEnv *env, jobject this,
107 if (!check(env, this)) {
120 Java_java_lang_SecurityManager_classLoaderDepth0(JNIEnv *env, jobject this)
123 if (!check(env, this)) {