Searched defs:loc_type (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp230 bool FrameMap::locations_for_slot (int index, Location::Type loc_type, argument
216 location_for_sp_offset(ByteSize byte_offset_from_sp, Location::Type loc_type, Location* loc) const argument
H A Dc1_LinearScan.cpp2525 LocationValue* LinearScan::location_for_name(int name, Location::Type loc_type) { argument
2603 Location::Type loc_type = is_oop ? Location::oop : Location::normal; local
2621 Location::Type loc_type = is_oop ? Location::oop : int_loc_type; local
2652 Location::Type loc_type = float_saved_as_double ? Location::float_in_dbl : Location::normal; local
2692 Location::Type loc_type = opr->type() == T_LONG ? Location::lng : Location::dbl; local
[all...]

Completed in 42 milliseconds