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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp233 Location::Type loc_type,
240 Location tmp_loc = Location::new_stk_loc(loc_type, offset);
246 bool FrameMap::locations_for_slot (int index, Location::Type loc_type, argument
249 if (!location_for_sp_offset(offset_from_sp, loc_type, loc)) {
255 return location_for_sp_offset(offset_from_sp, loc_type, second);
232 location_for_sp_offset(ByteSize byte_offset_from_sp, Location::Type loc_type, Location* loc) const argument
H A Dc1_LinearScan.cpp2496 LocationValue* LinearScan::location_for_name(int name, Location::Type loc_type) { argument
2498 if (!frame_map()->locations_for_slot(name, loc_type, &loc)) {
2574 Location::Type loc_type = is_oop ? Location::oop : Location::normal; local
2575 sv = location_for_name(stack_idx, loc_type);
2592 Location::Type loc_type = is_oop ? Location::oop : int_loc_type; local
2594 sv = new LocationValue(Location::new_reg_loc(loc_type, rname));
2623 Location::Type loc_type = float_saved_as_double ? Location::float_in_dbl : Location::normal; local
2643 LocationValue* sv = new LocationValue(Location::new_reg_loc(loc_type, rname));
2657 Location::Type loc_type = opr->type() == T_LONG ? Location::lng : Location::dbl; local
2658 if (!frame_map()->locations_for_slot(opr->double_stack_ix(), loc_type,
[all...]

Completed in 65 milliseconds