Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Object.cc28 static jobject Object_internalClone(JNIEnv* env, jobject java_this) { in Object_internalClone()
34 static void Object_notify(JNIEnv* env, jobject java_this) { in Object_notify()
40 static void Object_notifyAll(JNIEnv* env, jobject java_this) { in Object_notifyAll()
46 static void Object_wait(JNIEnv* env, jobject java_this) { in Object_wait()
52 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
Djava_lang_String.cc37 static jint String_fastIndexOf(JNIEnv* env, jobject java_this, jint ch, jint start) { in String_fastIndexOf()