Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 42) sorted by relevance

12

/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1966.java92 public void invoke(Thread thread, Method target, int slot, int depth) throws Exception; in invoke()
96 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
99 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1967.java63 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
67 public Object GetVar(Thread t, int depth, int slot); in GetVar()
/art/test/1923-frame-pop/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1916-get-set-current-frame/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1916.java86 int slot = FindSlot(frame); in runGet() local
116 int slot = FindSlot(frame); in runSet() local
/art/test/1939-proxy-frames/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1915.java58 int slot = FindSlot(frame); in run() local
67 int slot = FindSlot(frame); in run() local
68 Locals.SetLocalVariableInt(Thread.currentThread(), depth, slot, SET_VALUE); in run() local
/art/test/1925-self-frame-pop/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/jvmti-common/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1913-get-set-local-objects/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1913.java134 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
137 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar()
/art/test/1926-missed-frame-pop/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1914-get-local-instance/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1965.java47 public void invoke(Thread thread, Method target, int slot, int depth) throws Exception; in invoke()
51 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
54 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar()
/art/test/1911-get-local-var-table/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
DTest1912.java104 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
107 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar()
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java31 public final int slot; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
[all …]
/art/test/ti-agent/
Dlocals_helper.cc50 jint slot, in Java_art_Locals_SetLocalVariableObject()
59 jint slot, in Java_art_Locals_SetLocalVariableDouble()
68 jint slot, in Java_art_Locals_SetLocalVariableFloat()
77 jint slot, in Java_art_Locals_SetLocalVariableLong()
86 jint slot, in Java_art_Locals_SetLocalVariableInt()
95 jint slot) { in Java_art_Locals_GetLocalVariableDouble()
105 jint slot) { in Java_art_Locals_GetLocalVariableFloat()
115 jint slot) { in Java_art_Locals_GetLocalVariableLong()
125 jint slot) { in Java_art_Locals_GetLocalVariableInt()
144 jint slot) { in Java_art_Locals_GetLocalVariableObject()
/art/test/1935-get-set-current-frame-jit/src/
DMain.java119 int slot = FindSlot(frame); in runGet() local
151 int slot = FindSlot(frame); in runSet() local

12