Home
last modified time | relevance | path

Searched refs:CallStaticLongMethod (Results 1 – 4 of 4) sorted by relevance

/art/test/993-breakpoints/
Dbreakpoints.cc96 env->CallStaticLongMethod(clazz, method); in Java_art_Test993_invokeNativeLong()
/art/runtime/jni/
Djni_internal.cc1709 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI
2891 JNIImpl::CallStaticLongMethod,
Dcheck_jni.cc3903 CheckJNI::CallStaticLongMethod,
/art/compiler/jni/
Djni_compiler_test.cc1027 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl()