Searched refs:CallLongMethod (Results 1 – 3 of 3) sorted by relevance
75 env->SetLongField(thiz, ret, env->CallLongMethod(thiz, called)); in Java_art_Test1970_00024NativeCallerObject_run()
98 env->CallLongMethod(thizz, method); in Java_art_Test993_invokeNativeLong()
1013 static jlong CallLongMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallLongMethod() function in art::JNI2778 JNIImpl::CallLongMethod,