Home
last modified time | relevance | path

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

/aosp12/art/test/993-breakpoints/
H A Dbreakpoints.cc96 env->CallStaticLongMethod(clazz, method); in Java_art_Test993_invokeNativeLong()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h334 jlong (*CallStaticLongMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/libnativehelper/include_jni/
H A Djni.h334 jlong (*CallStaticLongMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1808 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI
3057 JNIImpl::CallStaticLongMethod,
H A Dcheck_jni.cc3953 CheckJNI::CallStaticLongMethod,
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc1115 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl()