Home
last modified time | relevance | path

Searched defs:StackCheckMatcher (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h781 struct StackCheckMatcher { struct
782 StackCheckMatcher(Isolate* isolate, Node* compare) in StackCheckMatcher() function
784 bool Matched() { in Matched()
795 bool MatchedInternal(const typename BinopMatcher::LeftMatcher& l, in MatchedInternal()
806 Isolate* isolate_;
807 Node* compare_;