Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtype-narrowing-reducer.h19 class V8_EXPORT_PRIVATE TypeNarrowingReducer final
22 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()
Dtype-narrowing-reducer.cc14 TypeNarrowingReducer::TypeNarrowingReducer(Editor* editor, JSGraph* jsgraph, in TypeNarrowingReducer() function in v8::internal::compiler::TypeNarrowingReducer
20 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()
Dpipeline.cc1870 TypeNarrowingReducer type_narrowing_reducer(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()