Home
last modified time | relevance | path

Searched refs:CallStaticBooleanMethod (Results 1 – 4 of 4) sorted by relevance

/art/test/993-breakpoints/
Dbreakpoints.cc79 env->CallStaticBooleanMethod(clazz, method); in Java_art_Test993_invokeNativeBool()
/art/compiler/jni/
Djni_compiler_test.cc971 jboolean result = env_->CallStaticBooleanMethod(jklass_, jmethod_); in RunStaticReturnTrueImpl()
981 jboolean result = env_->CallStaticBooleanMethod(jklass_, jmethod_); in JNI_TEST_CRITICAL()
/art/runtime/jni/
Djni_internal.cc1761 static jboolean CallStaticBooleanMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticBooleanMethod() function in art::JNI
3001 JNI::CallStaticBooleanMethod,
Dcheck_jni.cc3888 CheckJNI::CallStaticBooleanMethod,