Searched defs:build_instr_pred (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | formssel.cpp | 1501 mnode->build_instr_pred(s,(char*)i._key,0); 1504 mnode->build_instr_pred(s,(char*)i._key,1); 3368 //------------------------------build_instr_pred------------------------------- 3371 int MatchNode::build_instr_pred( char *buf, const char *name, int cnt ) { function in class:MatchNode 3374 cnt = _lChild->build_instr_pred( buf+strlen(buf), name, cnt ); 3379 cnt = _rChild->build_instr_pred( buf+strlen(buf), name, cnt );
|
Completed in 192 milliseconds