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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1478 Node *Matcher::Label_Root( const Node *n, State *svec, Node *control, const Node *mem){ argument
1513 svec->_kids[care++] = s;
1555 svec->DFA( n->Opcode(), n );
1560 if( svec->valid(x) )
1565 svec->dump();

Completed in 94 milliseconds