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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp1148 GrowableArray<ciTypeFlow::Block*>* tfe = flow()->exceptions(); local
1150 int ne = tfe->length();
1156 ciTypeFlow::Block* tf2 = (i < ns) ? tfs->at(i) : tfe->at(i-ns);

Completed in 38 milliseconds