Lines Matching defs:isNotInt
1644 Label isNotInt(env);
1645 BRANCH(TaggedIsInt(value), &isInt, &isNotInt);
1651 Bind(&isNotInt);
9384 Label isNotInt(env);
9390 BRANCH(checkIntKind, &isInt, &isNotInt);
9396 Bind(&isNotInt);
9450 Label isNotInt(env);
9459 BRANCH(checkIntKind, &isInt, &isNotInt);
9465 Bind(&isNotInt);
9554 Label isNotInt(env);
9560 BRANCH(checkIntKind, &isInt, &isNotInt);
9566 Bind(&isNotInt);