Searched refs:CallIntMethod (Results 1 – 5 of 5) sorted by relevance
50 int modifiers = env->CallIntMethod(reflected.get(), mid); in IsMethodPublic()
208 env->CallIntMethod(obj, method); in Java_JNI_canInvokeMethodV()
954 static jint CallIntMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallIntMethod() function in art::JNI2738 JNI::CallIntMethod,
3815 CheckJNI::CallIntMethod,
1256 jint result = env_->CallIntMethod(jobj_, jmethod_, i); in LocalReferenceTableClearingTestImpl()