Home
last modified time | relevance | path

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

/aosp12/art/runtime/jni/
H A Djni_internal.h147 std::ostream& operator<<(std::ostream& os, const jobjectRefType& rhs);
H A Djni_internal.cc2730 static jobjectRefType GetObjectRefType(JNIEnv* env ATTRIBUTE_UNUSED, jobject java_object) { in GetObjectRefType()
3412 std::ostream& operator<<(std::ostream& os, const jobjectRefType& rhs) { in operator <<()
H A Dcheck_jni.cc163 jobjectRefType w;
1858 static jobjectRefType GetObjectRefType(JNIEnv* env, jobject obj) { in GetObjectRefType()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h121 typedef enum jobjectRefType { enum
126 } jobjectRefType; typedef
480 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject);
1027 jobjectRefType GetObjectRefType(jobject obj) in GetObjectRefType()
/aosp12/libnativehelper/include_jni/
H A Djni.h121 typedef enum jobjectRefType { enum
126 } jobjectRefType; typedef
480 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject);
1027 jobjectRefType GetObjectRefType(jobject obj) in GetObjectRefType()