/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
D | Test1915.java | 58 int slot = FindSlot(frame); in run() local 59 int value = Locals.GetLocalVariableInt(Thread.currentThread(), depth, slot); in run() 67 int slot = FindSlot(frame); in run() local 68 Locals.SetLocalVariableInt(Thread.currentThread(), depth, slot, SET_VALUE); in run() local 78 return var.slot; in FindSlot()
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
D | Test1916.java | 86 int slot = FindSlot(frame); in runGet() local 87 int value = Locals.GetLocalVariableInt(target_get, depth, slot); in runGet() 116 int slot = FindSlot(frame); in runSet() local 118 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE); in runSet() 132 return var.slot; in FindSlot()
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
D | Test1913.java | 99 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar() argument 103 public Object GetVar(Thread t, int depth, int slot); in GetVar() argument 111 get.SetVar(t, depth, desc.slot, v); in NamedSet() 128 Object res = get.GetVar(t, depth, desc.slot);
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
D | Test1912.java | 96 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar() argument 100 public Object GetVar(Thread t, int depth, int slot); in GetVar() argument 108 get.SetVar(t, depth, desc.slot, v); in NamedSet() 125 Object res = get.GetVar(t, depth, desc.slot);
|
/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() argument 40 this.slot = slot; in VariableDescription() 52 this.slot, in toString() 64 v.slot == slot && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode() 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 [all …]
|
/art/test/ti-agent/ |
D | locals_helper.cc | 50 jint slot, in Java_art_Locals_SetLocalVariableObject() argument 52 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalObject(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableObject() 59 jint slot, in Java_art_Locals_SetLocalVariableDouble() argument 61 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalDouble(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableDouble() 68 jint slot, in Java_art_Locals_SetLocalVariableFloat() argument 70 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalFloat(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableFloat() 77 jint slot, in Java_art_Locals_SetLocalVariableLong() argument 79 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalLong(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableLong() 86 jint slot, 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/runtime/gc/allocator/ |
D | rosalloc.h | 157 Slot* slot; in Remove() local 176 slot = old_head; in Remove() 183 slot->Clear(); in Remove() 188 return slot; in Remove() 190 void Add(Slot* slot) { in Add() argument 194 DCHECK(slot != nullptr); in Add() 195 DCHECK(slot->Next() == nullptr); in Add() 204 *headp = slot; in Add() 206 *tailp = slot; in Add() 213 *headp = slot; in Add() [all …]
|
D | rosalloc-inl.h | 112 Slot* slot = free_list_.Remove(); in AllocSlot() local 113 if (kTraceRosAlloc && slot != nullptr) { in AllocSlot() 115 LOG(INFO) << "RosAlloc::Run::AllocSlot() : " << slot in AllocSlot() 117 << ", slot_idx=" << SlotIndex(slot); in AllocSlot() 119 return slot; in AllocSlot()
|
D | rosalloc.cc | 844 for (Slot* slot = free_list->Head(); slot != nullptr; slot = slot->Next()) { in FreeListToStr() local 845 bool is_last = slot->Next() == nullptr; in FreeListToStr() 846 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot) - in FreeListToStr() 878 Slot* slot = ToSlot(ptr); in FreeSlot() local 881 memset(slot, 0, bracket_size); in FreeSlot() 882 free_list_.Add(slot); in FreeSlot() 884 LOG(INFO) << "RosAlloc::Run::FreeSlot() : " << slot in FreeSlot() 885 << ", bracket_size=" << std::dec << bracket_size << ", slot_idx=" << SlotIndex(slot); in FreeSlot() 930 Slot* slot = ToSlot(ptr); in AddToFreeListShared() local 931 memset(slot, 0, bracket_size); in AddToFreeListShared() [all …]
|
/art/runtime/ |
D | class_table.cc | 38 TableSlot slot(klass); in Contains() local 40 auto it = class_set.find(slot); in Contains() 50 TableSlot slot(klass); in LookupByDescriptor() local 52 auto it = class_set.find(slot); in LookupByDescriptor() 137 TableSlot slot(klass); in TryInsert() local 140 auto it = class_set.find(slot); in TryInsert() 145 classes_.back().insert(slot); in TryInsert() 162 for (const TableSlot& slot : class_set) { in CopyWithoutLocks() local 163 classes_.back().insert(slot); in CopyWithoutLocks() 191 uint32_t ClassTable::ClassDescriptorHashEquals::operator()(const TableSlot& slot) in operator ()() [all …]
|
/art/openjdkjvmti/ |
D | ti_method.h | 90 static jvmtiError SetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T data); 93 static jvmtiError GetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T* data); 101 jint slot, 107 jint slot,
|
/art/test/1935-get-set-current-frame-jit/src/ |
D | Main.java | 119 int slot = FindSlot(frame); in runGet() local 120 int value = Locals.GetLocalVariableInt(target_get, depth, slot); in runGet() 151 int slot = FindSlot(frame); in runSet() local 153 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE); in runSet() 167 return var.slot; in FindSlot()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 50 GcRoot<mirror::Object>* slot = reinterpret_cast<GcRoot<mirror::Object>*>( in StoreObjectInBss() local 52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data()); in StoreObjectInBss() 53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size()); in StoreObjectInBss() 54 if (slot->IsNull()) { in StoreObjectInBss() 56 *slot = GcRoot<mirror::Object>(object); in StoreObjectInBss() 73 DCHECK_EQ(object, slot->Read()); in StoreObjectInBss()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 505 … size, jlong* tag_ptr, jlong thread_tag, jint depth, jmethodID method, jint slot, void* user_data); 560 jint slot; member 627 jint slot; member 1110 jint slot, 1117 jint slot, 1124 jint slot, 1131 jint slot, 1138 jint slot, 1145 jint slot, 1152 jint slot, [all …]
|