Lines Matching full:cell
633 JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe);
634 ASSERT(cell->value()->IsTheHole());
635 __ mov(scratch, Operand(Handle<Object>(cell)));
1063 JSGlobalPropertyCell* cell,
1089 // Get the value from the cell.
1090 __ mov(r3, Operand(Handle<JSGlobalPropertyCell>(cell)));
1093 // Check that the cell contains the same function.
1267 JSGlobalPropertyCell* cell,
1282 // Store the value in the cell.
1283 __ mov(r2, Operand(Handle<JSGlobalPropertyCell>(cell)));
1402 JSGlobalPropertyCell* cell,
1426 // Get the value from the cell.
1427 __ mov(r3, Operand(Handle<JSGlobalPropertyCell>(cell)));