Home | History | Annotate | Download | only in runtime

Lines Matching refs:DexRegisterLocation

249   DexRegisterLocation::Kind location_kind =
252 case DexRegisterLocation::Kind::kInStack: {
261 case DexRegisterLocation::Kind::kInRegister:
262 case DexRegisterLocation::Kind::kInRegisterHigh:
263 case DexRegisterLocation::Kind::kInFpuRegister:
264 case DexRegisterLocation::Kind::kInFpuRegisterHigh: {
269 case DexRegisterLocation::Kind::kConstant:
272 case DexRegisterLocation::Kind::kNone: