Home | History | Annotate | Download | only in compiler

Lines Matching refs:property_cell

89   Handle<PropertyCell> property_cell = it.GetPropertyCell();
90 PropertyDetails property_details = property_cell->property_details();
91 Handle<Object> property_cell_value(property_cell->value(), isolate());
106 dependencies()->AssumePropertyCell(property_cell);
140 jsgraph()->HeapConstant(property_cell), effect, control);
170 Handle<PropertyCell> property_cell = it.GetPropertyCell();
171 PropertyDetails property_details = property_cell->property_details();
172 Handle<Object> property_cell_value(property_cell->value(), isolate());
183 dependencies()->AssumePropertyCell(property_cell);
193 dependencies()->AssumePropertyCell(property_cell);
208 // Check {value} map agains the {property_cell} map.
224 jsgraph()->HeapConstant(property_cell), value, effect, control);
234 dependencies()->AssumePropertyCell(property_cell);
239 jsgraph()->HeapConstant(property_cell), value, effect, control);