Home
last modified time | relevance | path

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

/libnativehelper/
Dfile_descriptor_jni.c29 ALOG_ALWAYS_FATAL_IF(!(*env)->IsInstanceOf(env, instance, jifd), in EnsureArgumentIsFileDescriptor()
/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h39 if (mEnv->IsInstanceOf(mObject, byteArrayClass)) { in ScopedBytes()
/libnativehelper/include_jni/
Djni.h196 jboolean (*IsInstanceOf)(JNIEnv*, jobject, jclass); member
586 jboolean IsInstanceOf(jobject obj, jclass clazz) in IsInstanceOf() function
587 { return functions->IsInstanceOf(this, obj, clazz); } in IsInstanceOf()