Searched refs:HasContextInput (Results 1 – 7 of 7) sorted by relevance
20 static bool HasContextInput(const Operator* op);22 return HasContextInput(op) ? 1 : 0; in GetContextInputCount()
16 bool OperatorProperties::HasContextInput(const Operator* op) { in HasContextInput() function in v8::internal::compiler::OperatorProperties
221 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in ChangeToPureOperator()245 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in ChangeToSpeculativeOperator()2106 DCHECK(OperatorProperties::HasContextInput(node->op())); in ReduceJSGeneratorRestoreContext()2107 DCHECK(!OperatorProperties::HasContextInput(new_op)); in ReduceJSGeneratorRestoreContext()2145 DCHECK(OperatorProperties::HasContextInput(node->op())); in ReduceJSGeneratorRestoreInputOrDebugPos()2146 DCHECK(!OperatorProperties::HasContextInput(new_op)); in ReduceJSGeneratorRestoreInputOrDebugPos()
165 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in BuildSpeculativeOperation()
63 DCHECK(OperatorProperties::HasContextInput(node->op())); in GetContextInput()
741 if (OperatorProperties::HasContextInput(op)) { in ReduceNode()
3384 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode()