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

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp95 static Location new_reg_loc( Type t, VMReg reg ) { return Location(in_register, t, reg->value()); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2594 sv = new LocationValue(Location::new_reg_loc(loc_type, rname));
2599 DEBUG_ONLY(assert_equal(sv, new LocationValue(Location::new_reg_loc(is_oop ? Location::oop : int_loc_type, frame_map()->regname(opr)))));
2607 LocationValue* sv = new LocationValue(Location::new_reg_loc(Location::normal, rname));
2643 LocationValue* sv = new LocationValue(Location::new_reg_loc(loc_type, rname));
2676 first = new LocationValue(Location::new_reg_loc(Location::lng, rname_first));
2689 first = new LocationValue(Location::new_reg_loc(Location::normal, rname_first));
2690 second = new LocationValue(Location::new_reg_loc(Location::normal, rname_second));
2699 first = new LocationValue(Location::new_reg_loc(Location::dbl, rname_first));
2702 first = new LocationValue(Location::new_reg_loc(Location::normal, rname_first));
2706 second = new LocationValue(Location::new_reg_loc(Locatio
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp586 ? new LocationValue(Location::new_reg_loc(l_type, OptoReg::as_VMReg(regnum)) )

Completed in 57 milliseconds