Searched refs:reg_loc (Results 1 – 2 of 2) sorted by relevance
214 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry() local215 const Kind kind = reg_loc.GetKind(); in WriteDebugLocEntry()216 const int32_t value = reg_loc.GetValue(); in WriteDebugLocEntry()
1430 Location reg_loc = is_slot1 ? loc2 : loc1; in SwapLocations() local1436 if (reg_loc.IsFpuRegister()) { in SwapLocations()1438 reg_loc.AsFpuRegister<FpuRegister>(), in SwapLocations()1442 __ Mtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()1445 __ Dmtc1(TMP, reg_loc.AsFpuRegister<FpuRegister>()); in SwapLocations()1448 __ StoreToOffset(store_type, reg_loc.AsRegister<GpuRegister>(), SP, mem_loc.GetStackIndex()); in SwapLocations()1449 __ Move(reg_loc.AsRegister<GpuRegister>(), TMP); in SwapLocations()