/art/test/1956-pop-frame-jit-calling/src/art/ |
D | Test1953.java | 40 public void setup(Thread thr); in setup() argument 41 public void waitForSuspend(Thread thr); in waitForSuspend() argument 42 public void cleanup(Thread thr); in cleanup() argument 45 public static interface ThreadRunnable { public void run(Thread thr); } in run() argument 48 public void setup(Thread thr) { setup.run(thr); } in makeSuspend() 49 public void waitForSuspend(Thread thr) { Test1953.waitForSuspendHit(thr); } in makeSuspend() argument 50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() argument 83 Thread thr = new Thread(() -> { await.run(); testObj.run(); }); 84 thr.start(); 93 su.setup(thr); [all …]
|
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1953-pop-frame/src/art/ |
D | Test1953.java | 40 public void setup(Thread thr); in setup() argument 41 public void waitForSuspend(Thread thr); in waitForSuspend() argument 42 public void cleanup(Thread thr); in cleanup() argument 45 public static interface ThreadRunnable { public void run(Thread thr); } in run() argument 48 public void setup(Thread thr) { setup.run(thr); } in makeSuspend() 49 public void waitForSuspend(Thread thr) { Test1953.waitForSuspendHit(thr); } in makeSuspend() argument 50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() argument 83 Thread thr = new Thread(() -> { await.run(); testObj.run(); }); 84 thr.start(); 93 su.setup(thr); [all …]
|
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Test1953.java | 40 public void setup(Thread thr); in setup() argument 41 public void waitForSuspend(Thread thr); in waitForSuspend() argument 42 public void cleanup(Thread thr); in cleanup() argument 45 public static interface ThreadRunnable { public void run(Thread thr); } in run() argument 48 public void setup(Thread thr) { setup.run(thr); } in makeSuspend() 49 public void waitForSuspend(Thread thr) { Test1953.waitForSuspendHit(thr); } in makeSuspend() argument 50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() argument 83 Thread thr = new Thread(() -> { await.run(); testObj.run(); }); 84 thr.start(); 93 su.setup(thr); [all …]
|
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | Test1953.java | 40 public void setup(Thread thr); in setup() argument 41 public void waitForSuspend(Thread thr); in waitForSuspend() argument 42 public void cleanup(Thread thr); in cleanup() argument 45 public static interface ThreadRunnable { public void run(Thread thr); } in run() argument 48 public void setup(Thread thr) { setup.run(thr); } in makeSuspend() 49 public void waitForSuspend(Thread thr) { Test1953.waitForSuspendHit(thr); } in makeSuspend() argument 50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() argument 83 Thread thr = new Thread(() -> { await.run(); testObj.run(); }); 84 thr.start(); 93 su.setup(thr); [all …]
|
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1916-get-set-current-frame/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1925-self-frame-pop/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1923-frame-pop/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1939-proxy-frames/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1929-exception-catch-exception/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1914-get-local-instance/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() argument 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() argument 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() argument 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() argument 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() argument 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() argument 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() argument 105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue()); in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() argument 108 SetLocalVariableLong(thr, depth, slot, ((Number)val).longValue()); in SetLocalVariableLong() [all …]
|
/art/test/1927-exception-event/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1913-get-set-local-objects/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1917-get-stack-frame/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1926-missed-frame-pop/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1928-exception-event-exception/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | StackTrace.java | 24 public final Thread thr; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 30 this.thr = thr; in StackFrameData() 39 this.thr, in toString() 46 public static native int GetStackDepth(Thread thr); in GetStackDepth() argument 48 private static native StackFrameData[] nativeGetStackTrace(Thread thr); in nativeGetStackTrace() argument 50 public static StackFrameData[] GetStackTrace(Thread thr) { in GetStackTrace() argument 56 !thr.equals(Thread.currentThread()) && in GetStackTrace() 57 !Suspension.isSuspended(thr); in GetStackTrace() 59 Suspension.suspend(thr); in GetStackTrace() [all …]
|
/art/test/1953-pop-frame/ |
D | pop_frame.cc | 88 jthread thr, in cbSingleStep() argument 94 jvmti->GetThreadLocalStorage(thr, reinterpret_cast<void**>(&data)))) { in cbSingleStep() 106 jthread thr, in cbExceptionCatch() argument 113 jvmti->GetThreadLocalStorage(thr, reinterpret_cast<void**>(&data)))) { in cbExceptionCatch() 125 jthread thr, in cbException() argument 134 jvmti->GetThreadLocalStorage(thr, reinterpret_cast<void**>(&data)))) { in cbException() 146 jthread thr, in cbMethodEntry() argument 151 jvmti->GetThreadLocalStorage(thr, reinterpret_cast<void**>(&data)))) { in cbMethodEntry() 163 jthread thr, in cbMethodExit() argument 170 jvmti->GetThreadLocalStorage(thr, reinterpret_cast<void**>(&data)))) { in cbMethodExit() [all …]
|