/third_party/node/deps/v8/src/compiler/ |
D | wasm-escape-analysis.h | 23 class WasmEscapeAnalysis final : public AdvancedReducer { 26 : AdvancedReducer(editor), mcgraph_(mcgraph) {} in WasmEscapeAnalysis()
|
D | graph-reducer.h | 81 class AdvancedReducer : public Reducer { 99 explicit AdvancedReducer(Editor* editor) : editor_(editor) {} in AdvancedReducer() function 140 : public NON_EXPORTED_BASE(AdvancedReducer::Editor) { in NON_EXPORTED_BASE()
|
D | js-context-specialization.h | 37 class V8_EXPORT_PRIVATE JSContextSpecialization final : public AdvancedReducer { 42 : AdvancedReducer(editor), in JSContextSpecialization()
|
D | js-inlining.h | 24 class JSInliner final : public AdvancedReducer { 29 : AdvancedReducer(editor), in JSInliner()
|
D | js-inlining-heuristic.h | 14 class JSInliningHeuristic final : public AdvancedReducer { 22 : AdvancedReducer(editor), in JSInliningHeuristic()
|
D | wasm-inlining.h | 36 class WasmInliner final : public AdvancedReducer { 43 : AdvancedReducer(editor), in WasmInliner()
|
D | js-create-lowering.h | 34 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument 38 : AdvancedReducer(editor), in NON_EXPORTED_BASE()
|
D | csa-load-elimination.h | 30 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument 33 : AdvancedReducer(editor), in NON_EXPORTED_BASE()
|
D | checkpoint-elimination.h | 18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | type-narrowing-reducer.h | 20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | add-type-assertions-reducer.h | 20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | constant-folding-reducer.h | 18 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | add-type-assertions-reducer.cc | 15 : AdvancedReducer(editor), in AddTypeAssertionsReducer()
|
D | checkpoint-elimination.cc | 15 : AdvancedReducer(editor) {} in CheckpointElimination()
|
D | simplified-operator-reducer.h | 28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | js-generic-lowering.h | 24 class JSGenericLowering final : public AdvancedReducer {
|
D | dead-code-elimination.h | 40 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | common-operator-reducer.h | 26 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | type-narrowing-reducer.cc | 16 : AdvancedReducer(editor), in TypeNarrowingReducer()
|
D | redundancy-elimination.h | 14 class V8_EXPORT_PRIVATE RedundancyElimination final : public AdvancedReducer {
|
D | js-call-reducer.h | 40 class V8_EXPORT_PRIVATE JSCallReducer final : public AdvancedReducer { 52 : AdvancedReducer(editor), in JSCallReducer()
|
D | constant-folding-reducer.cc | 62 : AdvancedReducer(editor), jsgraph_(jsgraph), broker_(broker) {} in ConstantFoldingReducer()
|
D | escape-analysis-reducer.h | 84 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | typed-optimization.h | 28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | js-intrinsic-lowering.h | 32 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|