/art/test/1922-owned-monitors-info/ |
D | expected.txt | 340 owner-monitors-stack-depth, This thread 342 Owned monitors: [{ depth: 2, monitor: "NamedLock("Lock 1")" }] 344 …monitors: [{ depth: 2, monitor: "NamedLock("Lock 2")" }, { depth: 2, monitor: "Target("Current thr… 346 Owned monitors: [{ depth: -1, monitor: "NamedLock("Lock 3")" }, { depth: 4, monitor: "NamedLock("Lo… 348 Owned monitors: [{ depth: -1, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 350 Owned monitors: [{ depth: 2, monitor: "class art.Test1922$Target" }, { depth: 4, monitor: "NamedLoc… 352 Owned monitors: [{ depth: 2, monitor: "Target("Current thread test: owned-stack-depth")" }, { depth… 354 …monitors: [{ depth: 2, monitor: "NamedLock("Lock 2")" }, { depth: 2, monitor: "Target("Current thr… 356 …depth: -1, monitor: "NamedLock("Lock 3")" }, { depth: 4, monitor: "NamedLock("Lock 2")" }, { depth… 358 …monitors: [{ depth: 4, monitor: "NamedLock("Lock 2")" }, { depth: 4, monitor: "Target("Current thr… [all …]
|
/art/test/1914-get-local-instance/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1915-get-set-local-current-thread/src/art/ |
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/1916-get-set-current-frame/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1939-proxy-frames/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1924-frame-pop-toggle/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1923-frame-pop/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1913-get-set-local-objects/src/art/ |
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/1911-get-local-var-table/src/art/ |
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/1926-missed-frame-pop/src/art/ |
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/1925-self-frame-pop/src/art/ |
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 …]
|
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1912-get-set-local-primitive/src/art/ |
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/1935-get-set-current-frame-jit/src/art/ |
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/ti-agent/ |
D | locals_helper.cc | 49 jint depth, in Java_art_Locals_SetLocalVariableObject() argument 52 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalObject(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableObject() 58 jint depth, in Java_art_Locals_SetLocalVariableDouble() argument 61 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalDouble(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableDouble() 67 jint depth, in Java_art_Locals_SetLocalVariableFloat() argument 70 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalFloat(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableFloat() 76 jint depth, in Java_art_Locals_SetLocalVariableLong() argument 79 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalLong(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableLong() 85 jint depth, in Java_art_Locals_SetLocalVariableInt() argument 88 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalInt(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableInt() [all …]
|
/art/test/913-heaps/ |
D | expected.txt | 3 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=… 4 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location… 5 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,… 46 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 1@1000 [size=16, length=-… 47 root@root --(jni-local[id=1,tag=3000,depth=0,method=followReferences])--> 3000@0 [size=124, length=… 48 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=10,location= … 49 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8… 50 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=13,location= … 51 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 2… 52 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,… [all …]
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1929-exception-catch-exception/src/art/ |
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|
/art/test/1927-exception-event/src/art/ |
D | StackTrace.java | 27 public final int depth; field in StackTrace.StackFrameData 29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { in StackFrameData() argument 33 this.depth = depth; in StackFrameData() 42 this.depth); in toString()
|