Home
last modified time | relevance | path

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

/art/test/1970-force-early-return-long/
Dforce_early_return_long.cc75 env->SetLongField(thiz, ret, env->CallLongMethod(thiz, called)); in Java_art_Test1970_00024NativeCallerObject_run()
/art/test/993-breakpoints/
Dbreakpoints.cc98 env->CallLongMethod(thizz, method); in Java_art_Test993_invokeNativeLong()
/art/runtime/jni/
Djni_internal.cc1013 static jlong CallLongMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) { in CallLongMethod() function in art::JNI
2778 JNIImpl::CallLongMethod,