Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h84 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher()
86 has_resolved_value_ = node->opcode() == kOpcode; in ValueMatcher()
87 if (has_resolved_value_) { in ValueMatcher()
92 bool HasResolvedValue() const { return has_resolved_value_; } in HasResolvedValue()
100 bool has_resolved_value_; member
106 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher()
108 has_resolved_value_ = node->opcode() == IrOpcode::kInt32Constant; in ValueMatcher()
109 if (has_resolved_value_) { in ValueMatcher()
116 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher()
120 has_resolved_value_ = true; in ValueMatcher()
[all …]