Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc885 MapRef property_cell_value_map = in ReduceGlobalAccess() local
887 property_cell_value_type = Type::For(property_cell_value_map); in ReduceGlobalAccess()
893 if (property_cell_value_map.is_stable()) { in ReduceGlobalAccess()
894 dependencies()->DependOnStableMap(property_cell_value_map); in ReduceGlobalAccess()
895 map = property_cell_value_map.object(); in ReduceGlobalAccess()
930 MapRef property_cell_value_map = in ReduceGlobalAccess() local
932 dependencies()->DependOnStableMap(property_cell_value_map); in ReduceGlobalAccess()
941 ZoneHandleSet<Map>(property_cell_value_map.object())), in ReduceGlobalAccess()

Completed in 7 milliseconds