Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:CALL_STATIC_TYPE

761 #define CALL_STATIC_TYPE(_jtype, _jname)                                    \
766 CALL_STATIC_TYPE(jobject, Object)
767 CALL_STATIC_TYPE(jboolean, Boolean)
768 CALL_STATIC_TYPE(jbyte, Byte)
769 CALL_STATIC_TYPE(jchar, Char)
770 CALL_STATIC_TYPE(jshort, Short)
771 CALL_STATIC_TYPE(jint, Int)
772 CALL_STATIC_TYPE(jlong, Long)
773 CALL_STATIC_TYPE(jfloat, Float)
774 CALL_STATIC_TYPE(jdouble, Double)