HomeSort by relevance Sort by last modified time
    Searched full:getcurrentcontendedmonitor (Results 1 - 18 of 18) sorted by null

  /art/openjdkjvmti/
ti_monitor.h 56 static jvmtiError GetCurrentContendedMonitor(jvmtiEnv* env, jthread thr, jobject* monitor);
ti_monitor.cc 338 jvmtiError MonitorUtil::GetCurrentContendedMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED,
407 art::ScopedAssertNoThreadSuspension sants("Performing GetCurrentContendedMonitor");
OpenjdkJvmTi.cc 219 static jvmtiError GetCurrentContendedMonitor(jvmtiEnv* env,
224 return MonitorUtil::GetCurrentContendedMonitor(env, thread, monitor_ptr);
    [all...]
  /art/test/1933-monitor-current-contended/src/art/
Test1933.java 64 Monitors.getCurrentContendedMonitor(null));
Monitors.java 111 public static native Object getCurrentContendedMonitor(Thread thr);
177 return getCurrentContendedMonitor(runner);
  /art/test/1930-monitor-info/src/art/
Monitors.java 111 public static native Object getCurrentContendedMonitor(Thread thr);
177 return getCurrentContendedMonitor(runner);
  /art/test/1931-monitor-events/src/art/
Monitors.java 111 public static native Object getCurrentContendedMonitor(Thread thr);
177 return getCurrentContendedMonitor(runner);
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 111 public static native Object getCurrentContendedMonitor(Thread thr);
177 return getCurrentContendedMonitor(runner);
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 111 public static native Object getCurrentContendedMonitor(Thread thr);
177 return getCurrentContendedMonitor(runner);
Test1934.java 111 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {}
138 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {}
  /art/test/ti-agent/
monitors_helper.cc 33 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetCurrentContendedMonitor(thr, &out));
  /external/oj-libjdwp/src/share/back/
ThreadReferenceImpl.c 422 error = JVMTI_FUNC_PTR(gdata->jvmti,GetCurrentContendedMonitor)
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]

Completed in 1447 milliseconds