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

/openjdk7/hotspot/src/share/vm/opto/
H A DbuildOopMap.cpp469 bool is_cisc_alternate = false; local
471 is_cisc_alternate = m->is_cisc_alternate();
486 if (is_cisc_alternate && def == fp) {
H A Dnode.hpp975 bool is_cisc_alternate() const { return (_flags & Flag_is_cisc_alternate) != 0; } function in class:Node
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp247 bool is_cisc_alternate() const { return _is_cisc_alternate; } function in class:InstructForm
H A Doutput_h.cpp1702 if ( can_cisc_spill() && instr->is_cisc_alternate() ) {

Completed in 65 milliseconds