Home | History | Annotate | Download | only in arm64

Lines Matching refs:not_string

1479                                           Label* not_string,
1485 DCHECK((string != NULL) || (not_string != NULL));
1487 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1488 } else if (not_string == NULL) {
1491 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);