Lines Matching refs:property_cell
78 Handle<PropertyCell> property_cell = it.GetPropertyCell(); in ReduceJSLoadGlobal() local
79 PropertyDetails property_details = property_cell->property_details(); in ReduceJSLoadGlobal()
80 Handle<Object> property_cell_value(property_cell->value(), isolate()); in ReduceJSLoadGlobal()
95 dependencies()->AssumePropertyCell(property_cell); in ReduceJSLoadGlobal()
124 jsgraph()->HeapConstant(property_cell), effect, control); in ReduceJSLoadGlobal()
159 Handle<PropertyCell> property_cell = it.GetPropertyCell(); in ReduceJSStoreGlobal() local
160 PropertyDetails property_details = property_cell->property_details(); in ReduceJSStoreGlobal()
161 Handle<Object> property_cell_value(property_cell->value(), isolate()); in ReduceJSStoreGlobal()
172 dependencies()->AssumePropertyCell(property_cell); in ReduceJSStoreGlobal()
183 dependencies()->AssumePropertyCell(property_cell); in ReduceJSStoreGlobal()
207 jsgraph()->HeapConstant(property_cell), value, effect, control); in ReduceJSStoreGlobal()
217 dependencies()->AssumePropertyCell(property_cell); in ReduceJSStoreGlobal()
221 jsgraph()->HeapConstant(property_cell), value, effect, control); in ReduceJSStoreGlobal()