Searched refs:field_clazz (Results 1 - 1 of 1) sorted by path

/art/test/004-JniTest/
H A Djni_test.cc125 jclass field_clazz = env->FindClass("java/lang/reflect/Field"); local
126 CHECK(field_clazz != nullptr);
129 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",

Completed in 88 milliseconds