Searched refs:CallStaticLongMethodV (Results 1 – 2 of 2) sorted by relevance
1556 static jlong CallStaticLongMethodV(JNIEnv* env, jclass, jmethodID mid, va_list args) { in CallStaticLongMethodV() function in art::JNI2620 JNI::CallStaticLongMethodV,
2992 result.J = baseEnv(env)->CallStaticLongMethodV(env, c, mid, vargs); in CallMethodV()3514 CheckJNI::CallStaticLongMethodV,