Home
last modified time | relevance | path

Searched refs:CallBooleanMethod (Results 1 – 5 of 5) sorted by relevance

/art/test/004-JniTest/
Djni_test.cc134 jboolean value = env->CallBooleanMethod(field, getBooleanMetodId, /* ignored */ clazz); in testReflectFieldGetFromAttachedNativeThread()
/art/runtime/
Djni_internal.cc702 static jboolean CallBooleanMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallBooleanMethod() function in art::JNI
2533 JNI::CallBooleanMethod,
Dcheck_jni.cc3610 CheckJNI::CallBooleanMethod,
/art/runtime/arch/
Dstub_test.cc2036 env->CallBooleanMethod(jarray_list, add_jmethod, jobj); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc873 jboolean result = env_->CallBooleanMethod(jobj_, jmethod_, jobj_, INT64_C(0x12345678ABCDEF88), in CompareAndSwapIntImpl()