HomeSort by relevance Sort by last modified time
    Searched refs:HasValueOutput (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
operator-properties.h 29 static inline bool HasValueOutput(const Operator* op);
operator-properties-inl.h 140 inline bool OperatorProperties::HasValueOutput(const Operator* op) {
verifier.cc 90 CHECK(OperatorProperties::HasValueOutput(value->op()));
98 CHECK(OperatorProperties::HasValueOutput(context->op()));
136 CHECK(!OperatorProperties::HasValueOutput(node->op()));
typer.cc 125 if (OperatorProperties::HasValueOutput(node->op())) {
152 if (OperatorProperties::HasValueOutput(node->op())) {
177 if (OperatorProperties::HasValueOutput(node->op())) {
220 if (OperatorProperties::HasValueOutput(node->op())) {

Completed in 59 milliseconds