Lines Matching refs:JNI_FALSE
641 return JNI_FALSE; /* Don't reply */ in sharedInvoke()
1339 jboolean isArray = JNI_FALSE; in isArrayClass()
1353 jboolean isInterface = JNI_FALSE; in isInterface()
1373 *psynthetic = JNI_FALSE; in isFieldSynthetic()
1388 *psynthetic = JNI_FALSE; in isMethodSynthetic()
1397 jboolean isNative = JNI_FALSE; in isMethodNative()
1492 return JNI_FALSE; in is_a_nested_class()
1497 return JNI_FALSE; /* No sep follows the match, must not be nested. */ in is_a_nested_class()
1508 return JNI_FALSE; /* A pure anonymous class */ in is_a_nested_class()
1512 return JNI_FALSE; /* A pure anonymous or local class */ in is_a_nested_class()
1518 return JNI_FALSE; /* Nested deeper than we want? */ in is_a_nested_class()
2828 if ( data->selfRef == JNI_FALSE ) { in cbObjectTagReferrer()
2877 data.selfRef = JNI_FALSE; in objectReferrers()