Home
last modified time | relevance | path

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

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