HomeSort by relevance Sort by last modified time
    Searched refs:MonitorEnter (Results 1 - 25 of 75) sorted by null

1 2 3

  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 33 obj = obj->MonitorEnter(self); // May block
37 obj->MonitorEnter(self); // May block
quick_jni_entrypoints.cc 47 self->DecodeJObject(to_lock)->MonitorEnter(self);
  /art/runtime/
object_lock.cc 27 obj_->MonitorEnter(self_);
monitor_test.cc 119 monitor_test_->object_.Get()->MonitorEnter(self); // Lock the object. This should transition
271 monitor_test_->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
338 test->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
monitor.h 65 static mirror::Object* MonitorEnter(Thread* thread, mirror::Object* obj, bool trylock)
jni_internal_test.cc     [all...]
  /art/runtime/mirror/
object-inl.h 108 inline mirror::Object* Object::MonitorEnter(Thread* self) {
109 return Monitor::MonitorEnter(self, this, /*trylock*/false);
113 return Monitor::MonitorEnter(self, this, /*trylock*/true);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 1036 if (env->MonitorEnter(lock) == JNI_OK) {
1077 if (env->MonitorEnter(lock) == JNI_OK) {
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 459 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]

Completed in 202 milliseconds

1 2 3