Home
last modified time | relevance | path

Searched refs:CallStaticLongMethodV (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Djni_internal.cc1897 static jlong CallStaticLongMethodV(JNIEnv* env, jclass, jmethodID mid, va_list args) { in CallStaticLongMethodV() function in art::JNI
3153 JNIImpl::CallStaticLongMethodV,
Dcheck_jni.cc3425 result.J = baseEnv(env)->CallStaticLongMethodV(env, c, mid, vargs); in CallMethodV()
3954 CheckJNI::CallStaticLongMethodV,