Lines Matching defs:final
111 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct
112 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()
114 bool Is(const T& value) const { in Is()
117 bool IsInRange(const T& low, const T& high) const { in IsInRange()
120 bool IsMultipleOf(T n) const { in IsMultipleOf()
123 bool IsPowerOf2() const { in IsPowerOf2()
148 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { struct
170 struct HeapObjectMatcher final argument
178 struct ExternalReferenceMatcher final argument
180 explicit ExternalReferenceMatcher(Node* node) in ExternalReferenceMatcher()
182 bool Is(const ExternalReference& value) const { in Is()