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.cc639 Handle<Map> property_cell_value_map( in ReduceGlobalAccess() local
643 Type::For(js_heap_broker(), property_cell_value_map); in ReduceGlobalAccess()
649 if (property_cell_value_map->is_stable()) { in ReduceGlobalAccess()
651 MapRef(js_heap_broker(), property_cell_value_map)); in ReduceGlobalAccess()
652 map = property_cell_value_map; in ReduceGlobalAccess()
694 Handle<Map> property_cell_value_map( in ReduceGlobalAccess() local
696 DCHECK(property_cell_value_map->is_stable()); in ReduceGlobalAccess()
698 MapRef(js_heap_broker(), property_cell_value_map)); in ReduceGlobalAccess()
708 ZoneHandleSet<Map>(property_cell_value_map)), in ReduceGlobalAccess()