| /third_party/node/deps/v8/src/compiler/ |
| D | simplified-operator.cc | 853 #define PURE(Name, properties, value_input_count, control_input_count) \ argument 863 #define EFFECT_DEPENDENT(Name, properties, value_input_count, \ argument 875 #define CHECKED(Name, value_input_count, value_output_count) \ argument 886 #define CHECKED_WITH_FEEDBACK(Name, value_input_count, value_output_count) \ argument 1200 #define GET_FROM_CACHE_WITH_FEEDBACK(Name, value_input_count, \ in EFFECT_DEPENDENT_OP_LIST() argument 1840 #define ACCESS(Name, Type, properties, value_input_count, control_input_count, \ argument 1927 int value_input_count = in FastApiCall() local
|
| D | node-properties.cc | 101 int value_input_count = node->op()->ValueInputCount(); in ReplaceValueInputs() local 147 int value_input_count = node->op()->ValueInputCount(); in RemoveValueInputs() local
|
| D | common-operator.cc | 595 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument 630 #define CACHED_RETURN(value_input_count) \ argument 875 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument 902 const Operator* CommonOperatorBuilder::Return(int value_input_count) { in Return() 1291 int value_input_count) { in Phi()
|
| D | common-operator-reducer.cc | 242 int const value_input_count = inputs.count() - 1; in ReducePhi() local
|
| D | js-operator.cc | 777 #define CACHED_OP(Name, properties, value_input_count, value_output_count) \ argument 798 #define CACHED_OP(Name, properties, value_input_count, value_output_count) \ argument 1262 int const value_input_count = static_cast<int>(arity) + 2; in CreateArray() local 1302 int const value_input_count = static_cast<int>(arity) + 2; in CreateBoundFunction() local
|
| D | js-inlining-heuristic.cc | 107 int const value_input_count = m.node()->op()->ValueInputCount(); in CollectFunctions() local
|
| D | machine-operator.cc | 810 #define PURE(Name, properties, value_input_count, control_input_count, \ argument 1362 #define PURE(Name, properties, value_input_count, control_input_count, \ argument 1416 #define PURE(Name, properties, value_input_count, control_input_count, \ argument
|
| D | escape-analysis.cc | 834 int value_input_count = op->ValueInputCount(); in ReduceNode() local
|
| D | simplified-lowering.cc | 1241 int value_input_count = node->op()->ValueInputCount(); in VisitCall() local 1935 const int value_input_count = node->op()->ValueInputCount(); in VisitFastApiCall() local
|
| D | bytecode-graph-builder.cc | 3684 int value_input_count = 3 + parameter_count_without_receiver + register_count; in VisitSuspendGenerator() local 4233 Node* BytecodeGraphBuilder::MakeNode(const Operator* op, int value_input_count, in MakeNode()
|
| D | js-call-reducer.cc | 3981 int const value_input_count = m.node()->op()->ValueInputCount(); in ShouldUseCallICFeedback() local
|
| D | effect-control-linearizer.cc | 5173 const int value_input_count = node->op()->ValueInputCount(); in LowerFastApiCall() local
|