Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc1557 static jlong CallStaticLongMethodA(JNIEnv* env, jclass, jmethodID mid, jvalue* args) { in CallStaticLongMethodA() function in art::JNI
2630 JNI::CallStaticLongMethodA,
Dcheck_jni.cc3000 result.J = baseEnv(env)->CallStaticLongMethodA(env, c, mid, vargs); in CallMethodA()
3707 CheckJNI::CallStaticLongMethodA,