Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc1556 static jlong CallStaticLongMethodV(JNIEnv* env, jclass, jmethodID mid, va_list args) { in CallStaticLongMethodV() function in art::JNI
2620 JNI::CallStaticLongMethodV,
Dcheck_jni.cc2992 result.J = baseEnv(env)->CallStaticLongMethodV(env, c, mid, vargs); in CallMethodV()
3514 CheckJNI::CallStaticLongMethodV,