Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Dexpected.txt9 RUNNING super object, super class, super nonstatic
11 PASSED super object, super class, super nonstatic
13 RUNNING super object, sub class, super nonstatic
15 PASSED super object, sub class, super nonstatic
18 RUNNING sub object, super class, super nonstatic
20 PASSED sub object, super class, super nonstatic
23 RUNNING sub object, sub class, super nonstatic
25 PASSED sub object, sub class, super nonstatic
28 RUNNING sub object, sub class, sub nonstatic
30 PASSED sub object, sub class, sub nonstatic
Djni_test.cc432 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID() argument
433 jmethodID m = ((nonstatic) ? in GetMethodID()
454 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() argument
458 if (c == nullptr || !nonstatic) { in CallMethod()