Searched refs:HasContextInput (Results 1 – 8 of 8) sorted by relevance
23 static bool HasContextInput(const Operator* op);25 return HasContextInput(op) ? 1 : 0; in GetContextInputCount()
17 bool OperatorProperties::HasContextInput(const Operator* op) { in HasContextInput() function in v8::internal::compiler::OperatorProperties24 DCHECK(HasContextInput(op)); in NeedsExactContext()
76 CHECK(OperatorProperties::HasContextInput(node->op())); in GetContextInput()
268 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in ChangeToPureOperator()296 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in ChangeToSpeculativeOperator()2169 DCHECK(OperatorProperties::HasContextInput(node->op())); in ReduceJSGeneratorRestoreContext()2170 DCHECK(!OperatorProperties::HasContextInput(new_op)); in ReduceJSGeneratorRestoreContext()2208 DCHECK(OperatorProperties::HasContextInput(node->op())); in ReduceJSGeneratorRestoreInputOrDebugPos()2209 DCHECK(!OperatorProperties::HasContextInput(new_op)); in ReduceJSGeneratorRestoreInputOrDebugPos()
193 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in BuildSpeculativeOperation()
112 CHECK(OperatorProperties::HasContextInput(node->op())); in ReplaceContextInput()
839 if (OperatorProperties::HasContextInput(op)) { in ReduceNode()
4243 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode()