Home | History | Annotate | Download | only in arm64

Lines Matching refs:not_string

1455                                           Label* not_string,
1461 DCHECK((string != NULL) || (not_string != NULL));
1463 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1464 } else if (not_string == NULL) {
1467 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);