Home
last modified time | relevance | path

Searched refs:JniThrowNullPointerException (Results 1 – 3 of 3) sorted by relevance

/art/test/ti-agent/
Djni_helper.h57 inline bool JniThrowNullPointerException(JNIEnv* env, const char* msg) { in JniThrowNullPointerException() function
Dscoped_primitive_array.h55 JniThrowNullPointerException(env, nullptr); \
112 JniThrowNullPointerException(env, nullptr); \
Dscoped_utf_chars.h35 JniThrowNullPointerException(env, nullptr); in ScopedUtfChars()