Home | History | Annotate | Download | only in compiler

Lines Matching full:property_cell

329   Handle<PropertyCell> property_cell = it.GetPropertyCell();
330 PropertyDetails property_details = property_cell->property_details();
331 Handle<Object> property_cell_value(property_cell->value(), isolate());
379 dependencies()->AssumePropertyCell(property_cell);
418 jsgraph()->HeapConstant(property_cell), effect, control);
432 dependencies()->AssumePropertyCell(property_cell);
444 dependencies()->AssumePropertyCell(property_cell);
459 // Check {value} map agains the {property_cell} map.
477 jsgraph()->HeapConstant(property_cell), value,
484 dependencies()->AssumePropertyCell(property_cell);
489 jsgraph()->HeapConstant(property_cell), value, effect, control);