Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 2 of 2) sorted by relevance

/art/compiler/jni/
Djni_compiler_test.cc479 static void expectValidJniEnvAndObject(JNIEnv* env, jobject thisObj) { in expectValidJniEnvAndObject()
494 #define EXPECT_JNI_ENV_AND_OBJECT_FOR_CURRENT_JNI(env, thisObj) \ argument
813 jobject Java_MyClassNatives_fooIOO(JNIEnv*, jobject thisObj, jint x, jobject y, in Java_MyClassNatives_fooIOO()
1325 jarray Java_MyClassNatives_GetSinkProperties(JNIEnv*, jobject thisObj, jstring s) { in Java_MyClassNatives_GetSinkProperties()
/art/runtime/jni/
Djni_internal_test.cc2375 void Java_MyClassNatives_foo_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_exit()
2392 void Java_MyClassNatives_foo_enter_no_exit(JNIEnv* env, jobject thisObj) { in Java_MyClassNatives_foo_enter_no_exit()