Home | History | Annotate | Download | only in x64

Lines Matching full:cell

913                                             JSGlobalPropertyCell* cell,
943 // Get the value from the cell.
944 __ Move(rdi, Handle<JSGlobalPropertyCell>(cell));
947 // Check that the cell contains the same function.
1098 JSGlobalPropertyCell* cell,
1121 // Get the value from the cell.
1122 __ Move(rax, Handle<JSGlobalPropertyCell>(cell));
1454 JSGlobalPropertyCell* cell,
1469 // Store the value in the cell.
1470 __ Move(rcx, Handle<JSGlobalPropertyCell>(cell));
1671 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe);
1672 ASSERT(cell->value()->IsTheHole());
1673 __ Move(scratch, Handle<Object>(cell));