/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Locals.java | 31 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 …]
|
D | Test1967.java | 63 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/ |
D | Locals.java | 31 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/ |
D | Locals.java | 31 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/1939-proxy-frames/src/art/ |
D | Locals.java | 31 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/ |
D | Locals.java | 31 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 …]
|
D | Test1912.java | 104 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/jvmti-common/ |
D | Locals.java | 31 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/1925-self-frame-pop/src/art/ |
D | Locals.java | 31 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/ |
D | Locals.java | 31 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 …]
|
D | Test1965.java | 47 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/1915-get-set-local-current-thread/src/art/ |
D | Locals.java | 31 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 …]
|
D | Test1915.java | 58 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/1926-missed-frame-pop/src/art/ |
D | Locals.java | 31 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/ |
D | Locals.java | 31 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/ |
D | Locals.java | 31 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 …]
|
D | Test1916.java | 86 int slot = FindSlot(frame); in runGet() local 116 int slot = FindSlot(frame); in runSet() local
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 31 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/1911-get-local-var-table/src/art/ |
D | Locals.java | 31 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/1966-get-set-local-objects-no-table/src/art/ |
D | Locals.java | 31 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 …]
|
D | Test1966.java | 92 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/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 31 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/ |
D | locals_helper.cc | 50 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/ |
D | Main.java | 119 int slot = FindSlot(frame); in runGet() local 151 int slot = FindSlot(frame); in runSet() local
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 157 Slot* slot; in Remove() local 190 void Add(Slot* slot) { in Add() 282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) { in Verify() local 407 for (Slot* slot = LastSlot(); slot >= first_slot; slot = slot->Left(bracket_size)) { in InitFreeList() local 478 size_t SlotIndex(Slot* slot) const { in SlotIndex()
|