Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.cc1887 static jlong CallStaticLongMethodA(JNIEnv* env, jclass, jmethodID mid, const jvalue* args) { in CallStaticLongMethodA() function in art::JNI
3018 JNI::CallStaticLongMethodA,
Dcheck_jni.cc3190 result.J = baseEnv(env)->CallStaticLongMethodA(env, c, mid, vargs); in CallMethodA()
3905 CheckJNI::CallStaticLongMethodA,