Searched refs:CallBooleanMethod (Results 1 – 5 of 5) sorted by relevance
/art/test/004-JniTest/ |
D | jni_test.cc | 126 jboolean value = env->CallBooleanMethod(field, getBooleanMetodId, /* ignored */ clazz); in testReflectFieldGetFromAttachedNativeThread()
|
/art/runtime/ |
D | jni_internal.cc | 707 static jboolean CallBooleanMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallBooleanMethod() function in art::JNI 2524 JNI::CallBooleanMethod,
|
D | check_jni.cc | 3418 CheckJNI::CallBooleanMethod,
|
/art/runtime/arch/ |
D | stub_test.cc | 2302 env->CallBooleanMethod(jarray_list, add_jmethod, jobj); in TEST_F()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 862 jboolean result = env_->CallBooleanMethod(jobj_, jmethod_, jobj_, INT64_C(0x12345678ABCDEF88), in CompareAndSwapIntImpl()
|