Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc1512 static jshort CallStaticShortMethodV(JNIEnv* env, jclass, jmethodID mid, va_list args) { in CallStaticShortMethodV() function in art::JNI
2614 JNI::CallStaticShortMethodV,
Dcheck_jni.cc2960 result.S = baseEnv(env)->CallStaticShortMethodV(env, c, mid, vargs); in CallMethodV()
3508 CheckJNI::CallStaticShortMethodV,