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

1 2

  /art/test/980-redefine-object/src-ex/
TestWatcher.java 28 private static void MonitorEnter() {
45 MonitorEnter();
64 MonitorEnter();
  /art/test/1932-monitor-events-misc/
monitor_misc.cc 51 jint res = env->MonitorEnter(lock);
  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 32 obj = obj->MonitorEnter(self); // May block
quick_jni_entrypoints.cc 83 self->DecodeJObject(to_lock)->MonitorEnter(self);
  /art/test/1930-monitor-info/
monitor.cc 59 if (env->MonitorEnter(l) != 0) {
  /art/runtime/
object_lock.cc 28 obj_->MonitorEnter(self_);
monitor_test.cc 70 monitor_test_->object_.Get()->MonitorEnter(self); // Lock the object. This should transition
222 monitor_test_->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
285 test->watchdog_object_.Get()->MonitorEnter(self); // Lock the object.
monitor.h 71 static mirror::Object* MonitorEnter(Thread* thread, mirror::Object* obj, bool trylock)
jni_internal_test.cc     [all...]
transaction_test.cc 119 h_obj->MonitorEnter(soa.Self());
monitor.cc 591 // this even if MonitorEnter failed.
    [all...]
jni_internal.cc     [all...]
  /art/openjdkjvmti/
ti_monitor.cc 78 void MonitorEnter(art::Thread* self) NO_THREAD_SAFETY_ANALYSIS {
182 // without holding it however. This is done in the MonitorEnter function.
190 MonitorEnter(self);
260 monitor->MonitorEnter(self);
  /art/test/1922-owned-monitors-info/
owned_monitors.cc 38 return env->MonitorEnter(target) != 0;
  /frameworks/base/services/core/jni/
com_android_server_storage_AppFuseBridge.cpp 62 if (mEnv->MonitorEnter(obj) == JNI_OK) {
  /art/runtime/mirror/
object-inl.h 97 inline mirror::Object* Object::MonitorEnter(Thread* self) {
98 return Monitor::MonitorEnter(self, this, /*trylock*/false);
102 return Monitor::MonitorEnter(self, this, /*trylock*/true);
    [all...]
object.h 169 mirror::Object* MonitorEnter(Thread* self)
    [all...]
  /libnativehelper/include_jni/
jni.h 459 jint (*MonitorEnter)(JNIEnv*, jobject);
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 95 if (env->MonitorEnter(lock) == JNI_OK) {
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp     [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 225 const Offset monitor_enter(OFFSETOF_MEMBER(JNINativeInterface, MonitorEnter));
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 72 h_ref->MonitorEnter(self);
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 726 jint (JNICALL *MonitorEnter)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 726 jint (JNICALL *MonitorEnter)
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 726 jint (JNICALL *MonitorEnter)
    [all...]

Completed in 350 milliseconds

1 2