Lines Matching defs:notHole

2349         Label notHole(env);
2350 Branch(TaggedIsHole(result), &slowPath, &notHole);
2351 Bind(&notHole);
2385 Label notHole(env);
2386 Branch(TaggedIsHole(result), &slowPath, &notHole);
2387 Bind(&notHole);
2463 Label notHole(env);
2464 Branch(TaggedIsHole(result), &slowPath, &notHole);
2465 Bind(&notHole);
2492 Label notHole(env);
2493 Branch(TaggedIsHole(result), &slowPath, &notHole);
2494 Bind(&notHole);
2520 Label notHole(env);
2521 Branch(TaggedIsHole(result), &slowPath, &notHole);
2522 Bind(&notHole);
2549 Label notHole(env);
2550 Branch(TaggedIsHole(result), &slowPath, &notHole);
2551 Bind(&notHole);
3114 Label notHole(env);
3127 Branch(TaggedIsHole(res), &slowPath, &notHole);
3128 Bind(&notHole);
3162 Label notHole(env);
3175 Branch(TaggedIsHole(res), &slowPath, &notHole);
3176 Bind(&notHole);
3214 Label notHole(env);
3227 Branch(TaggedIsHole(res), &notJSObject, &notHole);
3228 Bind(&notHole);
3265 Label notHole(env);
3278 Branch(TaggedIsHole(res), &notJSObject, &notHole);
3279 Bind(&notHole);
4180 Label notHole(env);
4181 Branch(TaggedIsHole(hole), &isHole, &notHole);
4182 Bind(&notHole);
4206 Label notHole(env);
4207 Branch(TaggedIsHole(acc), &isHole, &notHole);
4208 Bind(&notHole);
4288 Label notHole(env);
4289 Branch(TaggedIsHole(result), &slowPath, &notHole);
4290 Bind(&notHole);
4345 Label notHole(env);
4346 Branch(TaggedIsHole(result), &slowPath, &notHole);
4347 Bind(&notHole);
4397 Label notHole(env);
4398 Branch(TaggedIsHole(result), &slowPath, &notHole);
4399 Bind(&notHole);
5078 Label notHole(env);
5079 Branch(TaggedIsHole(result), &slowPath, &notHole);
5080 Bind(&notHole);