Home | History | Annotate | Download | only in ia32

Lines Matching refs:Cell

315   __ sub(FieldOperand(ebx, Cell::kValueOffset),
327 __ mov(FieldOperand(ebx, Cell::kValueOffset),
1104 Handle<Cell> cell = isolate()->factory()->NewCell(
1107 RecordTypeFeedbackCell(stmt->ForInFeedbackId(), cell);
1108 __ LoadHeapObject(ebx, cell);
1109 __ mov(FieldOperand(ebx, Cell::kValueOffset),
2635 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized);
2636 RecordTypeFeedbackCell(expr->CallFeedbackId(), cell);
2637 __ mov(ebx, cell);
2819 Handle<Cell> cell = isolate()->factory()->NewCell(uninitialized);
2820 RecordTypeFeedbackCell(expr->CallNewFeedbackId(), cell);
2821 __ mov(ebx, cell);