Home | History | Annotate | Download | only in runtime

Lines Matching refs:DexRegisterLocation

183 static VRegKind ToVRegKind(DexRegisterLocation::Kind kind) {
188 case DexRegisterLocation::Kind::kConstant:
189 case DexRegisterLocation::Kind::kInStack:
193 case DexRegisterLocation::Kind::kInRegister:
197 case DexRegisterLocation::Kind::kInRegisterHigh:
201 case DexRegisterLocation::Kind::kInFpuRegister:
205 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
247 DexRegisterLocation::Kind catch_location =
249 if (catch_location == DexRegisterLocation::Kind::kNone) {
252 DCHECK(catch_location == DexRegisterLocation::Kind::kInStack);
428 DexRegisterLocation::Kind location =
435 case DexRegisterLocation::Kind::kInStack: {
448 case DexRegisterLocation::Kind::kInRegister:
449 case DexRegisterLocation::Kind::kInRegisterHigh:
450 case DexRegisterLocation::Kind::kInFpuRegister:
451 case DexRegisterLocation::Kind::kInFpuRegisterHigh: {
455 if (location == DexRegisterLocation::Kind::kInRegister) {
462 case DexRegisterLocation::Kind::kConstant: {
470 case DexRegisterLocation::Kind::kNone: {