/external/v8/src/compiler/ |
D | pipeline.cc | 435 void AddReducer(PipelineData* data, GraphReducer* graph_reducer, in AddReducer() 534 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 608 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 645 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 664 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 680 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 713 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local 774 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone); in Run() local
|
D | osr.cc | 316 GraphReducer graph_reducer(tmp_zone, graph); in Deconstruct() local
|
D | wasm-compiler.cc | 1836 GraphReducer graph_reducer(&zone, &graph, jsgraph.Dead()); in CompileJSToWasmWrapper() local 1914 GraphReducer graph_reducer(&zone, &graph, jsgraph.Dead()); in CompileWasmToJSWrapper() local
|
D | typer.cc | 295 GraphReducer graph_reducer(zone(), graph()); in Run() local
|
/external/v8/test/unittests/compiler/ |
D | load-elimination-unittest.cc | 23 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
D | graph-reducer-unittest.cc | 297 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local 314 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local 333 GraphReducer graph_reducer(zone(), graph(), nullptr); in TEST_F() local 354 GraphReducer graph_reducer(zone(), graph(), dead); in TEST_F() local 378 GraphReducer graph_reducer(zone(), graph(), dead); in TEST_F() local
|
D | branch-elimination-unittest.cc | 30 GraphReducer graph_reducer(zone(), graph(), jsgraph.Dead()); in Reduce() local
|
D | js-builtin-reducer-unittest.cc | 35 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
D | js-type-feedback-unittest.cc | 48 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
D | js-context-relaxation-unittest.cc | 27 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
D | escape-analysis-unittest.cc | 37 GraphReducer graph_reducer(zone(), graph()); in Transformation() local
|
D | js-intrinsic-lowering-unittest.cc | 41 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
D | js-typed-lowering-unittest.cc | 88 GraphReducer graph_reducer(zone(), graph()); in Reduce() local
|
/external/v8/test/cctest/compiler/ |
D | test-js-context-specialization.cc | 243 GraphReducer graph_reducer(t.main_zone(), t.graph()); in TEST() local
|
D | test-js-typed-lowering.cc | 97 GraphReducer graph_reducer(main_zone(), &graph); in reduce() local
|