| /external/v8/src/compiler/ |
| D | simplified-operator.cc | 808 #define PURE(Name, properties, value_input_count, control_input_count) \ argument 818 #define EFFECT_DEPENDENT(Name, properties, value_input_count, \ argument 832 #define CHECKED(Name, value_input_count, value_output_count) \ argument 843 #define CHECKED_WITH_FEEDBACK(Name, value_input_count, value_output_count) \ argument 1134 #define GET_FROM_CACHE_WITH_FEEDBACK(Name, value_input_count, \ in EFFECT_DEPENDENT_OP_LIST() argument 1567 #define ACCESS(Name, Type, properties, value_input_count, control_input_count, \ argument
|
| D | node-properties.cc | 164 int value_input_count = node->op()->ValueInputCount(); in ReplaceValueInputs() local 208 int value_input_count = node->op()->ValueInputCount(); in RemoveValueInputs() local
|
| D | common-operator.cc | 599 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument 634 #define CACHED_RETURN(value_input_count) \ argument 874 #define CACHED(Name, properties, value_input_count, effect_input_count, \ argument 901 const Operator* CommonOperatorBuilder::Return(int value_input_count) { in Return() 1234 int value_input_count) { in Phi()
|
| D | js-operator.cc | 659 #define CACHED_OP(Name, properties, value_input_count, value_output_count) \ argument 726 #define CACHED_OP(Name, properties, value_input_count, value_output_count) \ argument 1119 int const value_input_count = static_cast<int>(arity) + 2; in CreateArray() local 1149 int const value_input_count = static_cast<int>(arity) + 2; in CreateBoundFunction() local
|
| D | common-operator-reducer.cc | 236 int const value_input_count = inputs.count() - 1; in ReducePhi() local
|
| D | machine-operator.cc | 450 #define PURE(Name, properties, value_input_count, control_input_count, \ argument 890 #define PURE(Name, properties, value_input_count, control_input_count, \ argument 896 #define PURE(Name, properties, value_input_count, control_input_count, \ argument
|
| D | js-inlining-heuristic.cc | 34 int const value_input_count = m.node()->op()->ValueInputCount(); in CollectFunctions() local
|
| D | escape-analysis.cc | 736 int value_input_count = op->ValueInputCount(); in ReduceNode() local
|
| D | bytecode-graph-builder.cc | 2839 int value_input_count = 3 + parameter_count_without_receiver + register_count; in VisitSuspendGenerator() local 3379 Node* BytecodeGraphBuilder::MakeNode(const Operator* op, int value_input_count, in MakeNode()
|
| D | simplified-lowering.cc | 1032 int value_input_count = node->op()->ValueInputCount(); in VisitCall() local
|
| D | js-call-reducer.cc | 3212 int const value_input_count = m.node()->op()->ValueInputCount(); in ShouldUseCallICFeedback() local
|