Home | History | Annotate | Download | only in ia32

Lines Matching full:cell

981       JSGlobalPropertyCell* cell = JSGlobalPropertyCell::cast(probe);
982 ASSERT(cell->value()->IsTheHole());
983 __ mov(scratch, Immediate(Handle<Object>(cell)));
1438 JSGlobalPropertyCell* cell,
1467 // Get the value from the cell.
1468 __ mov(edi, Immediate(Handle<JSGlobalPropertyCell>(cell)));
1471 // Check that the cell contains the same function.
1652 JSGlobalPropertyCell* cell,
1667 // Store the value in the cell.
1668 __ mov(ecx, Immediate(Handle<JSGlobalPropertyCell>(cell)));
1828 JSGlobalPropertyCell* cell,
1849 // Get the value from the cell.
1850 __ mov(ebx, Immediate(Handle<JSGlobalPropertyCell>(cell)));