Home | History | Annotate | Download | only in vm

Lines Matching refs:_ptr

250 #define CHECK_NON_NULL(_env, _ptr)                                          \
251 checkNonNull(_env, _ptr, __FUNCTION__)