Lines Matching refs:Kind
187 using Kind = DexRegisterLocation::Kind; in WriteDebugLocEntry() local
215 const Kind kind = reg_loc.GetKind(); in WriteDebugLocEntry()
217 if (kind == Kind::kInStack) { in WriteDebugLocEntry()
220 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && in WriteDebugLocEntry()
224 } else if (kind == Kind::kInRegister) { in WriteDebugLocEntry()
226 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()
230 } else if (kind == Kind::kInFpuRegister) { in WriteDebugLocEntry()
232 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister && in WriteDebugLocEntry()
239 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh && in WriteDebugLocEntry()
243 } else if (kind == Kind::kConstant) { in WriteDebugLocEntry()
246 } else if (kind == Kind::kNone) { in WriteDebugLocEntry()