Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Dexpected.txt8 RUNNING super object, super class, super nonstatic
10 PASSED super object, super class, super nonstatic
12 RUNNING super object, sub class, super nonstatic
14 PASSED super object, sub class, super nonstatic
17 RUNNING sub object, super class, super nonstatic
19 PASSED sub object, super class, super nonstatic
22 RUNNING sub object, sub class, super nonstatic
24 PASSED sub object, sub class, super nonstatic
27 RUNNING sub object, sub class, sub nonstatic
29 PASSED sub object, sub class, sub nonstatic
Djni_test.cc415 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID() argument
416 jmethodID m = ((nonstatic) ? in GetMethodID()
437 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() argument
441 if (c == nullptr || !nonstatic) { in CallMethod()