Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc1019 jlong result = env_->CallStaticLongMethod(jklass_, jmethod_); in RunGenericStaticReturnLongImpl()
2179 ret = env_->CallStaticLongMethod(jklass_, jmethod_, 1, 2, 3, 4, 5, 6, 7); in StackArgsSignExtendedMips64Impl()
2183 ret = env_->CallStaticLongMethod(jklass_, jmethod_, 1, 2, 3, 4, 5, 6, -8); in StackArgsSignExtendedMips64Impl()
/art/runtime/
Djni_internal.cc1560 static jlong CallStaticLongMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticLongMethod() function in art::JNI
2707 JNI::CallStaticLongMethod,
Dcheck_jni.cc3720 CheckJNI::CallStaticLongMethod,