Lines Matching refs:Reduction

39   Reduction Reduce(Node* node) final;  in NON_EXPORTED_BASE()
42 Reduction ReduceCopyDataProperties(Node* node); in NON_EXPORTED_BASE()
43 Reduction ReduceCreateIterResultObject(Node* node); in NON_EXPORTED_BASE()
44 Reduction ReduceDeoptimizeNow(Node* node); in NON_EXPORTED_BASE()
45 Reduction ReduceCreateJSGeneratorObject(Node* node); in NON_EXPORTED_BASE()
46 Reduction ReduceGeneratorClose(Node* node); in NON_EXPORTED_BASE()
47 Reduction ReduceAsyncFunctionAwaitCaught(Node* node); in NON_EXPORTED_BASE()
48 Reduction ReduceAsyncFunctionAwaitUncaught(Node* node); in NON_EXPORTED_BASE()
49 Reduction ReduceAsyncFunctionEnter(Node* node); in NON_EXPORTED_BASE()
50 Reduction ReduceAsyncFunctionReject(Node* node); in NON_EXPORTED_BASE()
51 Reduction ReduceAsyncFunctionResolve(Node* node); in NON_EXPORTED_BASE()
52 Reduction ReduceAsyncGeneratorAwaitCaught(Node* node); in NON_EXPORTED_BASE()
53 Reduction ReduceAsyncGeneratorAwaitUncaught(Node* node); in NON_EXPORTED_BASE()
54 Reduction ReduceAsyncGeneratorReject(Node* node); in NON_EXPORTED_BASE()
55 Reduction ReduceAsyncGeneratorResolve(Node* node); in NON_EXPORTED_BASE()
56 Reduction ReduceAsyncGeneratorYield(Node* node); in NON_EXPORTED_BASE()
57 Reduction ReduceGeneratorGetResumeMode(Node* node); in NON_EXPORTED_BASE()
58 Reduction ReduceIsInstanceType(Node* node, InstanceType instance_type); in NON_EXPORTED_BASE()
59 Reduction ReduceIsJSReceiver(Node* node); in NON_EXPORTED_BASE()
60 Reduction ReduceIsSmi(Node* node); in NON_EXPORTED_BASE()
61 Reduction ReduceIsBeingInterpreted(Node* node); in NON_EXPORTED_BASE()
62 Reduction ReduceTurbofanStaticAssert(Node* node); in NON_EXPORTED_BASE()
63 Reduction ReduceToLength(Node* node); in NON_EXPORTED_BASE()
64 Reduction ReduceToObject(Node* node); in NON_EXPORTED_BASE()
65 Reduction ReduceToString(Node* node); in NON_EXPORTED_BASE()
66 Reduction ReduceCall(Node* node); in NON_EXPORTED_BASE()
67 Reduction ReduceIncBlockCounter(Node* node); in NON_EXPORTED_BASE()
68 Reduction ReduceGetImportMetaObject(Node* node); in NON_EXPORTED_BASE()
70 Reduction Change(Node* node, const Operator* op); in NON_EXPORTED_BASE()
71 Reduction Change(Node* node, const Operator* op, Node* a, Node* b); in NON_EXPORTED_BASE()
72 Reduction Change(Node* node, const Operator* op, Node* a, Node* b, Node* c); in NON_EXPORTED_BASE()
73 Reduction Change(Node* node, const Operator* op, Node* a, Node* b, Node* c, in NON_EXPORTED_BASE()
80 Reduction Change(Node* node, Callable const& callable, in NON_EXPORTED_BASE()