Searched refs:CallStaticLongMethod (Results 1 – 3 of 3) sorted by relevance
/art/compiler/jni/ |
D | jni_compiler_test.cc | 1022 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl() 2182 ret = env_->CallStaticLongMethod(jklass_, jmethod_, 1, 2, 3, 4, 5, 6, 7); in StackArgsSignExtendedMips64Impl() 2186 ret = env_->CallStaticLongMethod(jklass_, jmethod_, 1, 2, 3, 4, 5, 6, -8); in StackArgsSignExtendedMips64Impl()
|
/art/runtime/ |
D | jni_internal.cc | 1653 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI 2793 JNI::CallStaticLongMethod,
|
D | check_jni.cc | 3720 CheckJNI::CallStaticLongMethod,
|