/external/v8/src/compiler/ |
D | graph-reducer.h | 71 class AdvancedReducer : public Reducer { 89 explicit AdvancedReducer(Editor* editor) : editor_(editor) {} in AdvancedReducer() function 130 : public NON_EXPORTED_BASE(AdvancedReducer::Editor) { in NON_EXPORTED_BASE()
|
D | js-context-specialization.h | 34 class JSContextSpecialization final : public AdvancedReducer { 40 : AdvancedReducer(editor), in JSContextSpecialization()
|
D | js-inlining.h | 24 class JSInliner final : public AdvancedReducer { 28 : AdvancedReducer(editor), in JSInliner()
|
D | js-inlining-heuristic.h | 14 class JSInliningHeuristic final : public AdvancedReducer { 20 : AdvancedReducer(editor), in JSInliningHeuristic()
|
D | js-create-lowering.h | 33 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument 38 : AdvancedReducer(editor), in NON_EXPORTED_BASE()
|
D | checkpoint-elimination.h | 18 : 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 | type-narrowing-reducer.h | 20 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | checkpoint-elimination.cc | 14 : AdvancedReducer(editor) {} in CheckpointElimination()
|
D | simplified-operator-reducer.h | 27 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | dead-code-elimination.h | 40 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | constant-folding-reducer.cc | 16 : AdvancedReducer(editor), in ConstantFoldingReducer()
|
D | common-operator-reducer.h | 25 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | branch-elimination.h | 23 : 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 RedundancyElimination final : public AdvancedReducer {
|
D | typed-optimization.h | 28 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | js-call-reducer.h | 34 class V8_EXPORT_PRIVATE JSCallReducer final : public AdvancedReducer { 43 : AdvancedReducer(editor), in JSCallReducer()
|
D | js-intrinsic-lowering.h | 32 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | escape-analysis-reducer.h | 83 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | load-elimination.h | 30 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument 33 : AdvancedReducer(editor), node_states_(zone), jsgraph_(jsgraph) {} in NON_EXPORTED_BASE()
|
D | js-typed-lowering.h | 32 : public NON_EXPORTED_BASE(AdvancedReducer) { in NON_EXPORTED_BASE() argument
|
D | branch-elimination.cc | 17 : AdvancedReducer(editor), in BranchElimination()
|
D | js-native-context-specialization.h | 39 class JSNativeContextSpecialization final : public AdvancedReducer {
|
D | simplified-operator-reducer.cc | 37 : AdvancedReducer(editor), in SimplifiedOperatorReducer()
|