Home
last modified time | relevance | path

Searched defs:nonstatic (Results 1 – 1 of 1) sorted by relevance

/art/test/004-JniTest/
Djni_test.cc443 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID()
465 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod()