Home
last modified time | relevance | path

Searched refs:HasContextInput (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Doperator-properties.h20 static bool HasContextInput(const Operator* op);
22 return HasContextInput(op) ? 1 : 0; in GetContextInputCount()
Doperator-properties.cc16 bool OperatorProperties::HasContextInput(const Operator* op) { in HasContextInput() function in v8::internal::compiler::OperatorProperties
Dnode-properties.cc58 DCHECK(OperatorProperties::HasContextInput(node->op())); in GetContextInput()
Dbytecode-graph-builder.cc1898 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode()
Djs-typed-lowering.cc162 DCHECK_EQ(false, OperatorProperties::HasContextInput(op)); in ChangeToPureOperator()
Dast-graph-builder.cc4077 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode()
/external/v8/test/cctest/compiler/
Dgraph-builder-tester.h240 CHECK(!OperatorProperties::HasContextInput(op)); in MakeNode()
Dtest-js-typed-lowering.cc138 if (OperatorProperties::HasContextInput(op)) { in Binop()
/external/v8/test/unittests/compiler/
Dtyper-unittest.cc68 if (OperatorProperties::HasContextInput(op)) { in TypeBinaryOp()