Searched defs:MatchList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp62 //---------------------------MatchList-----------------------------------------
63 class MatchList { class
65 MatchList *_next;
75 MatchList(MatchList *nxt, Predicate *prd): _next(nxt), _pred(prd), _cost(NULL){ function in class:MatchList
78 MatchList(MatchList *nxt, Predicate *prd, const char *cost, function in class:MatchList
84 MatchList *get_next(void) { return _next; }
118 MatchList *_mlistab[_last_opcode]; // Array of MatchLists
125 void gen_match(FILE *fp, MatchList
[all...]

Completed in 232 milliseconds