Home | History | Annotate | Download | only in vm

Lines Matching full:_args

258 #define CHECK_METHOD_ARGS_A(_env, _methid, _args)                           \
259 checkMethodArgsA(_env, _methid, _args, __FUNCTION__)
260 #define CHECK_METHOD_ARGS_V(_env, _methid, _args) \
261 checkMethodArgsV(_env, _methid, _args, __FUNCTION__)