Searched refs:src_cst (Results 1 – 1 of 1) sorted by relevance
1210 HConstant* src_cst = source.IsConstant() ? source.GetConstant() : nullptr; in MoveLocation() local1212 (src_cst != nullptr && (src_cst->IsIntConstant() in MoveLocation()1213 || src_cst->IsFloatConstant() in MoveLocation()1214 || src_cst->IsNullConstant()))) { in MoveLocation()1353 HConstant* src_cst = source.GetConstant(); in MoveLocation() local1357 int32_t value = GetInt32ValueOf(src_cst->AsConstant()); in MoveLocation()1364 int64_t value = GetInt64ValueOf(src_cst->AsConstant()); in MoveLocation()