Searched refs:depth (Results 1 - 25 of 96) sorted by relevance

1234

/art/test/1912-get-set-local-primitive/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1913-get-set-local-objects/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1914-get-local-instance/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1915-get-set-local-current-thread/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1916-get-set-current-frame/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1917-get-stack-frame/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1923-frame-pop/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1924-frame-pop-toggle/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1925-self-frame-pop/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1926-missed-frame-pop/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]
/art/test/1927-exception-event/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1928-exception-event-exception/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1929-exception-catch-exception/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1935-get-set-current-frame-jit/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1939-proxy-frames/src/art/
H A DStackTrace.java27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) { argument
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
/art/test/1911-get-local-var-table/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); argument
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); argument
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); argument
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); argument
102 public static native Object GetLocalInstance(Thread thr, int depth); argument
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { argument
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { argument
108 SetLocalVariableLong(thr, depth, slo
110 SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) argument
113 SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) argument
116 SetLocalVariableInt(Thread thr, int depth, int slot, int val) argument
117 SetLocalVariableLong(Thread thr, int depth, int slot, long val) argument
118 SetLocalVariableFloat(Thread thr, int depth, int slot, float val) argument
119 SetLocalVariableDouble(Thread thr, int depth, int slot, double val) argument
120 SetLocalVariableObject(Thread thr, int depth, int slot, Object val) argument
[all...]

Completed in 6212 milliseconds

1234