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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1477 mnode->count_instr_names(names);
3354 //------------------------------count_instr_names------------------------------
3357 void MatchNode::count_instr_names( Dict &names ) { function in class:MatchNode
3359 if( _lChild ) _lChild->count_instr_names(names);
3360 if( _rChild ) _rChild->count_instr_names(names);

Completed in 5074 milliseconds