Searched refs:inst_cisc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp3841 InstructForm *inst_cisc = cisc_spill_alternate(); local
3842 if (inst_cisc != NULL) {
3854 InstructForm *inst_cisc = this->cisc_spill_alternate(); local
3855 if( AD.can_cisc_spill() && (inst_cisc != NULL) ) {
3856 const char *name = inst_cisc->_ident;
3857 assert( inst_cisc->num_opnds() == this->num_opnds(), "Must have same number of operands");

Completed in 42 milliseconds