Home
last modified time | relevance | path

Searched refs:entryCount (Results 1 – 8 of 8) sorted by relevance

/art/test/1930-monitor-info/
Dexpected.txt2 …Usage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [],…
3 …orUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [],…
5 …Usage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [],…
6 …orUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [],…
8 …rUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryCount: 0, waiters: [],…
9 …torUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 1, waiters: [],…
10 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount
12 …{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: <NULL>, entryCount: 0, waiters: [],…
13 …ge{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 1, waiters: [],…
14 …ge{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 2, waiters: [],…
[all …]
/art/test/1932-monitor-events-misc/
Dexpected.txt11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount
18 …orUsage{ monitor: NamedLock[Lock testLockThrowEntered], owner: <NULL>, entryCount: 0, waiters: [],…
26 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount:…
32 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, …
38 …orUsage{ monitor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [],…
45 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0…
52 …Usage{ monitor: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [],…
59 …age{ monitor: NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [],…
62 …, owner: Locker thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [],…
64 …, owner: Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [],…
[all …]
/art/test/jvmti-common/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()
/art/test/1930-monitor-info/src/art/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()
/art/test/1931-monitor-events/src/art/
DMonitors.java78 public final int entryCount; field in Monitors.MonitorUsage
85 int entryCount, in MonitorUsage() argument
89 this.entryCount = entryCount; in MonitorUsage()
104 entryCount, in toString()