Home
last modified time | relevance | path

Searched refs:CallLockThisNative (Results 1 – 2 of 2) sorted by relevance

/art/test/1922-owned-monitors-info/
Dexpected.txt8 …rt.Test1922$CallLockOther, class art.Test1922$CallLockOther, class art.Test1922$CallLockThisNative]
18 …rt.Test1922$CallLockOther, class art.Test1922$CallLockExtra, class art.Test1922$CallLockThisNative]
26 …t.Test1922$CallLockOther, class art.Test1922$CallLockNative, class art.Test1922$CallLockThisNative]
32 … art.Test1922$CallLockOther, class art.Test1922$CallLockThisNative, class art.Test1922$CallLockThi…
34 Running: [class art.Test1922$CallLockOther, class art.Test1922$CallLockThisNative, class art.Test19…
36 Running: [class art.Test1922$CallLockOther, class art.Test1922$CallLockThisNative, class art.Test19…
48 …rt.Test1922$CallLockExtra, class art.Test1922$CallLockExtra, class art.Test1922$CallLockThisNative]
56 …t.Test1922$CallLockExtra, class art.Test1922$CallLockNative, class art.Test1922$CallLockThisNative]
62 … art.Test1922$CallLockExtra, class art.Test1922$CallLockThisNative, class art.Test1922$CallLockThi…
64 Running: [class art.Test1922$CallLockExtra, class art.Test1922$CallLockThisNative, class art.Test19…
[all …]
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java187 (r) -> { return new CallLockThisNative(t, r); }, in runTestsOtherThread()
232 (r) -> { return new CallLockThisNative(t, r); }, in runTestsCurrentThread()
311 public static class CallLockThisNative implements Runnable { class in Test1922
314 public CallLockThisNative(Target target, Runnable safepoint) { in CallLockThisNative() method in Test1922.CallLockThisNative