Home | History | Annotate | Download | only in x64

Lines Matching refs:JSGlobalPropertyCell

913                                             JSGlobalPropertyCell* cell,
944 __ Move(rdi, Handle<JSGlobalPropertyCell>(cell));
945 __ movq(rdi, FieldOperand(rdi, JSGlobalPropertyCell::kValueOffset));
1098 JSGlobalPropertyCell* cell,
1122 __ Move(rax, Handle<JSGlobalPropertyCell>(cell));
1123 __ movq(rax, FieldOperand(rax, JSGlobalPropertyCell::kValueOffset));
1454 JSGlobalPropertyCell* cell,
1470 __ Move(rcx, Handle<JSGlobalPropertyCell>(cell));
1471 __ movq(FieldOperand(rcx, JSGlobalPropertyCell::kValueOffset), rax);
1671 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe);
1674 __ Cmp(FieldOperand(scratch, JSGlobalPropertyCell::kValueOffset),