Searched defs:_jname (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 1330 #define FIELD_ACCESSORS(_ctype, _jname, _type) \ argument 1368 #define CALL(_ctype, _jname, _retdecl, _retasgn, _retok, _retsig) \ argument 1571 #define NEW_PRIMITIVE_ARRAY(_artype, _jname) \ argument 1610 #define GET_PRIMITIVE_ARRAY_ELEMENTS(_ctype, _jname) \ argument 1617 #define RELEASE_PRIMITIVE_ARRAY_ELEMENTS(_ctype, _jname) \ argument 1628 #define GET_PRIMITIVE_ARRAY_REGION(_ctype, _jname) \ argument 1635 #define SET_PRIMITIVE_ARRAY_REGION(_ctype, _jname) \ argument 1642 #define PRIMITIVE_ARRAY_FUNCTIONS(_ctype, _jname, _typechar) \ argument
|