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

  /external/chromium_org/v8/src/compiler/
operator-properties.h 17 static inline bool HasContextInput(const Operator* op);
operator-properties-inl.h 21 inline bool OperatorProperties::HasContextInput(const Operator* op) {
92 return OperatorProperties::HasContextInput(op) ? 1 : 0;
graph-builder.cc 36 bool has_context = OperatorProperties::HasContextInput(op);
node-properties-inl.h 82 DCHECK(OperatorProperties::HasContextInput(node->op()));
js-typed-lowering.cc 88 DCHECK_EQ(false, OperatorProperties::HasContextInput(op));
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.cc 51 DCHECK(!OperatorProperties::HasContextInput(op));

Completed in 800 milliseconds