Searched refs:slot (Results 1 - 25 of 47) sorted by relevance

12

/art/test/1911-get-local-var-table/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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/1912-get-set-local-primitive/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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...]
H A DTest1912.java96 public void SetVar(Thread t, int depth, int slot, Object v); argument
100 public Object GetVar(Thread t, int depth, int slot); argument
108 get.SetVar(t, depth, desc.slot, v);
125 Object res = get.GetVar(t, depth, desc.slot);
/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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...]
H A DTest1913.java99 public void SetVar(Thread t, int depth, int slot, Object v); argument
103 public Object GetVar(Thread t, int depth, int slot); argument
111 get.SetVar(t, depth, desc.slot, v);
128 Object res = get.GetVar(t, depth, desc.slot);
/art/test/1914-get-local-instance/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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 DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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...]
H A DTest1915.java58 int slot = FindSlot(frame);
59 int value = Locals.GetLocalVariableInt(Thread.currentThread(), depth, slot);
67 int slot = FindSlot(frame);
68 Locals.SetLocalVariableInt(Thread.currentThread(), depth, slot, SET_VALUE);
78 return var.slot;
/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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...]
H A DTest1916.java86 int slot = FindSlot(frame);
87 int value = Locals.GetLocalVariableInt(target_get, depth, slot);
116 int slot = FindSlot(frame);
118 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE);
132 return var.slot;
/art/test/1923-frame-pop/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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 DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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 DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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 DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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/1935-get-set-current-frame-jit/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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/1939-proxy-frames/src/art/
H A DLocals.java31 public final int slot; field in class:Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) {
40 this.slot = slot;
47 "Sig: '%s', Name: '%s', Gen_sig: '%s', slot: %d, start: %d, len: %d" +
52 this.slot,
64 v.slot == slot &&
70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); argument
33 VariableDescription( long start, int length, String name, String sig, String gen_sig, int slot) argument
98 GetLocalVariableLong(Thread thr, int depth, int slot) argument
99 GetLocalVariableFloat(Thread thr, int depth, int slot) argument
100 GetLocalVariableDouble(Thread thr, int depth, int slot) argument
101 GetLocalVariableObject(Thread thr, int depth, int slot) argument
104 SetLocalVariableInt(Thread thr, int depth, int slot, Object val) argument
107 SetLocalVariableLong(Thread thr, int depth, int slot, Object val) argument
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/ti-agent/
H A Dlocals_helper.cc50 jint slot,
52 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalObject(t, depth, slot, val));
59 jint slot,
61 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalDouble(t, depth, slot, val));
68 jint slot,
70 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalFloat(t, depth, slot, val));
77 jint slot,
79 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalLong(t, depth, slot, val));
86 jint slot,
88 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalInt(t, depth, slot, va
46 Java_art_Locals_SetLocalVariableObject(JNIEnv* env, jclass, jthread t, jint depth, jint slot, jobject val) argument
55 Java_art_Locals_SetLocalVariableDouble(JNIEnv* env, jclass, jthread t, jint depth, jint slot, jdouble val) argument
64 Java_art_Locals_SetLocalVariableFloat(JNIEnv* env, jclass, jthread t, jint depth, jint slot, jfloat val) argument
73 Java_art_Locals_SetLocalVariableLong(JNIEnv* env, jclass, jthread t, jint depth, jint slot, jlong val) argument
82 Java_art_Locals_SetLocalVariableInt(JNIEnv* env, jclass, jthread t, jint depth, jint slot, jint val) argument
91 Java_art_Locals_GetLocalVariableDouble(JNIEnv* env, jclass, jthread t, jint depth, jint slot) argument
101 Java_art_Locals_GetLocalVariableFloat(JNIEnv* env, jclass, jthread t, jint depth, jint slot) argument
111 Java_art_Locals_GetLocalVariableLong(JNIEnv* env, jclass, jthread t, jint depth, jint slot) argument
121 Java_art_Locals_GetLocalVariableInt(JNIEnv* env, jclass, jthread t, jint depth, jint slot) argument
140 Java_art_Locals_GetLocalVariableObject(JNIEnv* env, jclass, jthread t, jint depth, jint slot) argument
[all...]
/art/openjdkjvmti/
H A Dti_method.h90 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,
H A Dti_method.cc238 .slot = entry.reg_,
550 CommonLocalVariableClosure(jint depth, jint slot) argument
551 : result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {}
627 explicit GetLocalVariableInfoContext(jint slot, argument
631 : found_(false), jslot_(slot), pc_(pc), descriptor_(out_descriptor), type_(out_type) {
684 jint slot,
687 : CommonLocalVariableClosure(depth, slot),
779 jint slot,
797 GetLocalVariableClosure c(depth, slot, type, val);
812 jint slot,
683 GetLocalVariableClosure(jint depth, jint slot, art::Primitive::Type type, jvalue* val) argument
776 GetLocalVariableGeneric(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread, jint depth, jint slot, art::Primitive::Type type, jvalue* val) argument
810 SetLocalVariableClosure(art::Thread* caller, jint depth, jint slot, art::Primitive::Type type, jvalue val) argument
909 SetLocalVariableGeneric(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread, jint depth, jint slot, art::Primitive::Type type, jvalue val) argument
1043 SetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T data) argument
1055 GetLocalVariable(jvmtiEnv* env, jthread thread, jint depth, jint slot, T* data) argument
[all...]
/art/runtime/gc/allocator/
H A Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); local
113 if (kTraceRosAlloc && slot != nullptr) {
115 LOG(INFO) << "RosAlloc::Run::AllocSlot() : " << slot
117 << ", slot_idx=" << SlotIndex(slot);
119 return slot;
H A Drosalloc.h116 // The slot header.
125 // The slot right before this slot in terms of the address.
134 Slot* next_; // Next slot in the list.
158 Slot* slot; local
177 slot = old_head;
184 slot->Clear();
189 return slot;
191 void Add(Slot* slot) { argument
195 DCHECK(slot !
[all...]
H A Drosalloc.cc685 // Some slot got freed. Keep it.
725 // The slot is already counted. Leave it as is.
778 LOG(INFO) << "RosAlloc::FreeFromRun() : Freed a slot in a thread local run 0x" << std::hex
784 // Free the slot in the run.
842 for (Slot* slot = free_list->Head(); slot != nullptr; slot = slot->Next()) {
843 bool is_last = slot->Next() == nullptr;
844 uintptr_t slot_offset = reinterpret_cast<uintptr_t>(slot)
876 Slot* slot = ToSlot(ptr); local
928 Slot* slot = ToSlot(ptr); local
[all...]
/art/test/1935-get-set-current-frame-jit/src/
H A DMain.java110 int slot = FindSlot(frame);
111 int value = Locals.GetLocalVariableInt(target_get, depth, slot);
140 int slot = FindSlot(frame);
142 Locals.SetLocalVariableInt(target_set, depth, slot, SET_VALUE);
156 return var.slot;
/art/runtime/
H A Dclass_table.cc38 TableSlot slot(klass);
40 auto it = class_set.Find(slot);
50 TableSlot slot(klass);
52 auto it = class_set.Find(slot);
145 TableSlot slot(klass);
148 auto it = class_set.Find(slot);
153 classes_.back().Insert(slot);
170 for (const TableSlot& slot : class_set) {
171 classes_.back().Insert(slot);
199 uint32_t ClassTable::ClassDescriptorHashEquals::operator()(const TableSlot& slot)
[all...]
/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc50 GcRoot<mirror::Object>* slot = reinterpret_cast<GcRoot<mirror::Object>*>( local
52 DCHECK_GE(slot, oat_file->GetBssGcRoots().data());
53 DCHECK_LT(slot, oat_file->GetBssGcRoots().data() + oat_file->GetBssGcRoots().size());
54 if (slot->IsNull()) {
56 *slot = GcRoot<mirror::Object>(object);
72 // Each slot serves to store exactly one Class or String.
73 DCHECK_EQ(object, slot->Read());
122 // filling the .bss slot and we shall keep going through the slow path. This is slow
127 // method have the same dex file, we may or may not find a .bss slot to update;
154 // Called when the .bss slot wa
[all...]

Completed in 1618 milliseconds

12