Home
last modified time | relevance | path

Searched refs:property_cell_value_map (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Djs-native-context-specialization.cc400 Handle<Map> property_cell_value_map( in ReduceGlobalAccess() local
403 property_cell_value_type = Type::For(property_cell_value_map); in ReduceGlobalAccess()
409 if (property_cell_value_map->is_stable()) { in ReduceGlobalAccess()
410 dependencies()->AssumeMapStable(property_cell_value_map); in ReduceGlobalAccess()
411 map = property_cell_value_map; in ReduceGlobalAccess()
450 Handle<Map> property_cell_value_map( in ReduceGlobalAccess() local
452 DCHECK(property_cell_value_map->is_stable()); in ReduceGlobalAccess()
453 dependencies()->AssumeMapStable(property_cell_value_map); in ReduceGlobalAccess()
463 ZoneHandleSet<Map>(property_cell_value_map)), in ReduceGlobalAccess()