Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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.java99 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
103 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/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/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/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.java96 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
100 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/runtime/
Dclass_table.cc38 TableSlot slot(klass); in Contains() local
50 TableSlot slot(klass); in LookupByDescriptor() local
137 TableSlot slot(klass); in TryInsert() local
162 for (const TableSlot& slot : class_set) { in CopyWithoutLocks() local
/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
/art/openjdkjvmti/
Dti_method.cc529 CommonLocalVariableClosure(jint depth, jint slot) in CommonLocalVariableClosure()
636 jint slot, in GetLocalVariableClosure()
741 jint slot, in GetLocalVariableGeneric()
769 jint slot, in SetLocalVariableClosure()
869 jint slot, in SetLocalVariableGeneric()
1001 jint slot, in SetLocalVariable()
1013 jint slot, in GetLocalVariable()
DOpenjdkJvmTi.cc533 jint slot, in GetLocalObject()
552 jint slot, in GetLocalInt()
562 jint slot, in GetLocalLong()
572 jint slot, in GetLocalFloat()
582 jint slot, in GetLocalDouble()
592 jint slot, in SetLocalObject()
602 jint slot, in SetLocalInt()
612 jint slot, in SetLocalLong()
622 jint slot, in SetLocalFloat()
632 jint slot, in SetLocalDouble()
/art/runtime/gc/allocator/
Drosalloc.h157 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
406 for (Slot* slot = LastSlot(); slot >= first_slot; slot = slot->Left(bracket_size)) { in InitFreeList() local
477 size_t SlotIndex(Slot* slot) const { in SlotIndex()
Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); in AllocSlot() local
Drosalloc.cc844 for (Slot* slot = free_list->Head(); slot != nullptr; slot = slot->Next()) { in FreeListToStr() local
878 Slot* slot = ToSlot(ptr); in FreeSlot() local
930 Slot* slot = ToSlot(ptr); in AddToFreeListShared() local
944 for (Slot* slot = free_list_.Head(); slot != nullptr; ) { in ZeroHeaderAndSlotHeaders() local
978 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() local
984 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() local
1951 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify() local
1957 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify() local
/art/runtime/gc/space/
Dlarge_object_space.h209 uintptr_t GetAllocationAddressForSlot(size_t slot) const { in GetAllocationAddressForSlot()

12