Lines Matching defs:isHole
596 Label isHole(env);
611 BRANCH(TaggedIsHole(flag), &isHole, ¬Hole);
612 Bind(&isHole);
751 Label isHole(env);
753 BRANCH(TaggedIsHole(element), &isHole, ¬Hole);
754 Bind(&isHole);
834 Label isHole(env);
836 BRANCH(TaggedIsHole(element), &isHole, ¬Hole);
838 Bind(&isHole);
943 Label isHole(env);
945 BRANCH(TaggedIsHole(element), &isHole, ¬Hole);
947 Bind(&isHole);
1633 Label isHole(env);
1635 BRANCH(TaggedIsHole(value), &isHole, &isNotHole);
1636 Bind(&isHole);
3364 Label isHole(env);
3366 BRANCH(TaggedIsNotHole(*value), ¬Hole, &isHole);
3372 Bind(&isHole);
5918 Label isHole(env);
5921 BRANCH(TaggedIsHole(ctorProtoOrHC), &isHole, &exit);
5922 Bind(&isHole);
9432 Label isHole(env);
9442 BRANCH(checkInNumersKind, &isHole, &isNotHole);
9443 Bind(&isHole);
9538 Label isHole(env);
9546 BRANCH(checkInNumersKind, &isHole, &isNotHole);
9547 Bind(&isHole);