Searched defs:is_cisc_alternate (Results 1 - 3 of 3) 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

Completed in 59 milliseconds