Searched refs:find_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp200 if (_matrule->find_type("Goto", index)) return true;
201 if (_matrule->find_type("If", index)) return true;
202 if (_matrule->find_type("CountedLoopEnd",index)) return true;
203 if (_matrule->find_type("Return", index)) return true;
204 if (_matrule->find_type("Rethrow", index)) return true;
205 if (_matrule->find_type("TailCall", index)) return true;
206 if (_matrule->find_type("TailJump", index)) return true;
207 if (_matrule->find_type("Halt", index)) return true;
208 if (_matrule->find_type("Jump", index)) return true;
218 if (_matrule->find_type("Got
3157 bool MatchNode::find_type(const char *type, int &position) const { function in class:MatchNode
[all...]
H A Dformssel.hpp939 bool find_type(const char *str, int &position) const;

Completed in 41 milliseconds