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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp582 static LocationValue *new_loc_value( PhaseRegAlloc *ra, OptoReg::Name regnum, Location::Type l_type ) { function
675 array->append(new_loc_value( _regalloc, regnum, Location::dbl ));
678 array->append(new_loc_value( _regalloc, regnum, Location::lng ));
682 array->append(new_loc_value( _regalloc, regnum, Location::lng ));
689 array->append(new_loc_value( _regalloc, regnum , Location::normal ));
690 array->append(new_loc_value( _regalloc, OptoReg::add(regnum,1), Location::normal ));
701 array->append(new_loc_value( _regalloc, OptoReg::add(regnum,1), Location::normal ));
702 array->append(new_loc_value( _regalloc, regnum , Location::normal ));
707 array->append(new_loc_value( _regalloc, regnum, Matcher::float_in_double()
710 array->append(new_loc_value( _regallo
[all...]

Completed in 306 milliseconds