Home | History | Annotate | Download | only in x64

Lines Matching full:jsarray

1261   // This accepts as a receiver anything JSArray::SetElementsLength accepts
1286 __ movq(scratch, FieldOperand(receiver, JSArray::kElementsOffset));
1292 __ movq(scratch, FieldOperand(receiver, JSArray::kPropertiesOffset));
1729 // rsp[8] : last_match_info (expected JSArray)
2023 // Check that the fourth object is a JSArray object.
2028 // Check that the JSArray is in fast case.
2029 __ movq(rbx, FieldOperand(r15, JSArray::kElementsOffset));
2183 // JSArray: [Map][empty properties][Elements][Length-smi][index][input]
2197 // Set JSArray map to global.regexp_result_map().
2207 // Set elements to point to FixedArray allocated right after the JSArray.
2217 __ movq(FieldOperand(rax, JSArray::kLengthOffset), r8);
2220 // rax: JSArray.
2234 // rax: JSArray.