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

1 2 3 4

  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 35 obj = obj->MonitorEnter(self); // May block
39 obj->MonitorEnter(self); // May block
quick_jni_entrypoints.cc 45 self->DecodeJObject(to_lock)->MonitorEnter(self);
  /art/runtime/entrypoints/portable/
portable_lock_entrypoints.cc 26 obj->MonitorEnter(thread); // May block.
portable_jni_entrypoints.cc 36 self->DecodeJObject(to_lock)->MonitorEnter(self);
  /art/runtime/
object_lock.cc 27 obj_->MonitorEnter(self_);
monitor_test.cc 118 monitor_test_->object_.Get()->MonitorEnter(self); // Lock the object. This should transition
270 monitor_test_->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
347 test->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
monitor.h 63 static mirror::Object* MonitorEnter(Thread* thread, mirror::Object* obj)
  /art/runtime/interpreter/
interpreter_common.h 83 ref->MonitorEnter(self);
  /frameworks/base/core/jni/
android_view_Surface.cpp 93 if (env->MonitorEnter(lock) == JNI_OK) {
  /art/runtime/mirror/
object-inl.h 93 inline mirror::Object* Object::MonitorEnter(Thread* self) {
94 return Monitor::MonitorEnter(self, this);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 473 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 459 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 457 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 472 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 472 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 472 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 472 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]

Completed in 65 milliseconds

1 2 3 4