Searched refs:CALL_STATIC (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DCheckJni.c1821 #define CALL_STATIC(_ctype, _jname, _retdecl, _retasgn, _retok, _retsig) \ macro
1869 CALL_STATIC(jobject, Object, Object* result, result=, result, 'L');
1870 CALL_STATIC(jboolean, Boolean, jboolean result, result=, result, 'Z');
1871 CALL_STATIC(jbyte, Byte, jbyte result, result=, result, 'B');
1872 CALL_STATIC(jchar, Char, jchar result, result=, result, 'C');
1873 CALL_STATIC(jshort, Short, jshort result, result=, result, 'S');
1874 CALL_STATIC(jint, Int, jint result, result=, result, 'I');
1875 CALL_STATIC(jlong, Long, jlong result, result=, result, 'J');
1876 CALL_STATIC(jfloat, Float, jfloat result, result=, result, 'F');
1877 CALL_STATIC(jdoubl
[all...]
H A DJni.c2824 #define CALL_STATIC(_ctype, _jname, _retfail, _retok, _isref) \ macro
2864 CALL_STATIC(jobject, Object, NULL, result.l, true);
2865 CALL_STATIC(jboolean, Boolean, 0, result.z, false);
2866 CALL_STATIC(jbyte, Byte, 0, result.b, false);
2867 CALL_STATIC(jchar, Char, 0, result.c, false);
2868 CALL_STATIC(jshort, Short, 0, result.s, false);
2869 CALL_STATIC(jint, Int, 0, result.i, false);
2870 CALL_STATIC(jlong, Long, 0, result.j, false);
2871 CALL_STATIC(jfloat, Float, 0.0f, result.f, false);
2872 CALL_STATIC(jdoubl
[all...]

Completed in 42 milliseconds