Searched defs:thisObj (Results 1 – 2 of 2) sorted by relevance
/art/compiler/jni/ |
D | jni_compiler_test.cc | 200 void Java_MyClassNatives_foo(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo() 257 jint Java_MyClassNatives_fooI(JNIEnv* env, jobject thisObj, jint x) { in Java_MyClassNatives_fooI() 287 jint Java_MyClassNatives_fooII(JNIEnv* env, jobject thisObj, jint x, jint y) { in Java_MyClassNatives_fooII() 318 jlong Java_MyClassNatives_fooJJ(JNIEnv* env, jobject thisObj, jlong x, jlong y) { in Java_MyClassNatives_fooJJ() 350 jdouble Java_MyClassNatives_fooDD(JNIEnv* env, jobject thisObj, jdouble x, jdouble y) { in Java_MyClassNatives_fooDD() 381 jlong Java_MyClassNatives_fooJJ_synchronized(JNIEnv* env, jobject thisObj, jlong x, jlong y) { in Java_MyClassNatives_fooJJ_synchronized() 410 jobject Java_MyClassNatives_fooIOO(JNIEnv* env, jobject thisObj, jint x, jobject y, in Java_MyClassNatives_fooIOO() 900 jarray Java_MyClassNatives_GetSinkProperties(JNIEnv* env, jobject thisObj, jstring s) { in Java_MyClassNatives_GetSinkProperties()
|
/art/runtime/ |
D | jni_internal_test.cc | 2180 void Java_MyClassNatives_foo_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_exit() 2197 void Java_MyClassNatives_foo_enter_no_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_enter_no_exit()
|