Lines Matching defs:leftIsInt1
197 Label leftIsInt1(env);
203 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1);
204 Bind(&leftIsInt1);
304 Label leftIsInt1(env);
310 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1);
311 Bind(&leftIsInt1);
410 Label leftIsInt1(env);
416 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1);
417 Bind(&leftIsInt1);
516 Label leftIsInt1(env);
522 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1);
523 Bind(&leftIsInt1);