Searched refs:CallStaticIntMethod (Results 1 - 3 of 3) sorted by relevance

/art/compiler/jni/
H A Djni_compiler_test.cc255 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 42);
497 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 20, 30);
608 jint result = env_->CallStaticIntMethod(jklass_, jmethod_);
919 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 0x12345678ABCDEF88ll, jobj_,
/art/runtime/
H A Dcheck_jni.cc1915 CheckJNI::CallStaticIntMethod,
H A Djni_internal.cc1805 static jint CallStaticIntMethod(JNIEnv* env, jclass, jmethodID mid, ...) { function in class:art::JNI
2849 JNI::CallStaticIntMethod,

Completed in 3766 milliseconds