Home | History | Annotate | Download | only in x87

Lines Matching defs:roots_array_start

72     Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
76 ExternalReference roots_array_start =
77 ExternalReference::roots_array_start(isolate());
81 roots_array_start));
89 ExternalReference roots_array_start =
90 ExternalReference::roots_array_start(isolate());
92 mov(Operand::StaticArray(scratch, times_pointer_size, roots_array_start),
100 ExternalReference roots_array_start =
101 ExternalReference::roots_array_start(isolate());
105 roots_array_start));
111 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
119 Handle<Object> value(&isolate()->heap()->roots_array_start()[index]);
1219 ExternalReference roots_array_start =
1220 ExternalReference::roots_array_start(isolate());
1223 Operand::StaticArray(scratch, times_pointer_size, roots_array_start));