Searched defs:new_reg_loc (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/code/ | ||
H A D | location.hpp | 95 static Location new_reg_loc( Type t, VMReg reg ) { return Location(in_register, t, reg->value()); } function in class:VALUE_OBJ_CLASS_SPEC |
Completed in 236 milliseconds