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