Searched refs:loc2 (Results 1 – 2 of 2) sorted by relevance
720 Location loc2, in SwapLocations() argument723 DCHECK(!loc2.IsConstant()); in SwapLocations()725 if (loc1.Equals(loc2)) { in SwapLocations()730 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot(); in SwapLocations()732 bool is_fp_reg2 = loc2.IsFpuRegister(); in SwapLocations()734 if (loc2.IsRegister() && loc1.IsRegister()) { in SwapLocations()737 GpuRegister r2 = loc2.AsRegister<GpuRegister>(); in SwapLocations()744 FpuRegister r2 = loc2.AsFpuRegister<FpuRegister>(); in SwapLocations()753 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations()754 Location mem_loc = is_slot1 ? loc1 : loc2; in SwapLocations()[all …]
270 void SwapLocations(Location loc1, Location loc2, Primitive::Type type);