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

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.cpp49 case float_in_dbl: st->print(",float"); break;
H A Dlocation.hpp57 float_in_dbl, // Float held in double register enumerator in enum:VALUE_OBJ_CLASS_SPEC::Type
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.cpp40 assert( !(loc.is_register() && loc.type() == Location::float_in_dbl), "Sparc does not handle callee-save floats yet" );
64 case Location::float_in_dbl: { // Holds a float in a double register?
H A DvmStructs.cpp2406 declare_constant(Location::float_in_dbl) \
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp708 ? Location::float_in_dbl : Location::normal ));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2623 Location::Type loc_type = float_saved_as_double ? Location::float_in_dbl : Location::normal;

Completed in 1160 milliseconds