Searched refs:CallStaticLongMethod (Results 1 – 4 of 4) sorted by relevance
96 env->CallStaticLongMethod(clazz, method); in Java_art_Test993_invokeNativeLong()
1808 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI3057 JNIImpl::CallStaticLongMethod,
3953 CheckJNI::CallStaticLongMethod,
1115 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl()