Home
last modified time | relevance | path

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

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