Searched refs:TypeNarrowingReducer (Results 1 – 3 of 3) sorted by relevance
19 class V8_EXPORT_PRIVATE TypeNarrowingReducer final22 TypeNarrowingReducer(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker); in NON_EXPORTED_BASE()23 ~TypeNarrowingReducer() final; in NON_EXPORTED_BASE()24 TypeNarrowingReducer(const TypeNarrowingReducer&) = delete; in NON_EXPORTED_BASE()25 TypeNarrowingReducer& operator=(const TypeNarrowingReducer&) = delete; in NON_EXPORTED_BASE()
14 TypeNarrowingReducer::TypeNarrowingReducer(Editor* editor, JSGraph* jsgraph, in TypeNarrowingReducer() function in v8::internal::compiler::TypeNarrowingReducer20 TypeNarrowingReducer::~TypeNarrowingReducer() = default;22 Reduction TypeNarrowingReducer::Reduce(Node* node) { in Reduce()80 Graph* TypeNarrowingReducer::graph() const { return jsgraph()->graph(); } in graph()82 Zone* TypeNarrowingReducer::zone() const { return graph()->zone(); } in zone()
1870 TypeNarrowingReducer type_narrowing_reducer(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()