Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Dexpected.txt10 RUNNING super object, super class, super nonstatic
12 PASSED super object, super class, super nonstatic
14 RUNNING super object, sub class, super nonstatic
16 PASSED super object, sub class, super nonstatic
19 RUNNING sub object, super class, super nonstatic
21 PASSED sub object, super class, super nonstatic
24 RUNNING sub object, sub class, super nonstatic
26 PASSED sub object, sub class, super nonstatic
29 RUNNING sub object, sub class, sub nonstatic
31 PASSED sub object, sub class, sub nonstatic
Djni_test.cc443 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID() argument
444 jmethodID m = ((nonstatic) ? in GetMethodID()
465 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() argument
469 if (c == nullptr || !nonstatic) { in CallMethod()