Searched refs:CallStaticLongMethod (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/test/993-breakpoints/ |
H A D | breakpoints.cc | 96 env->CallStaticLongMethod(clazz, method); in Java_art_Test993_invokeNativeLong()
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 334 jlong (*CallStaticLongMethod)(JNIEnv*, jclass, jmethodID, ...); member
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 334 jlong (*CallStaticLongMethod)(JNIEnv*, jclass, jmethodID, ...); member
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 1808 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI 3057 JNIImpl::CallStaticLongMethod,
|
H A D | check_jni.cc | 3953 CheckJNI::CallStaticLongMethod,
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 1115 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl()
|