Lines Matching defs:slowPath
32 Label slowPath(env);
44 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
49 Jump(&slowPath);
51 Bind(&slowPath);
72 Label slowPath(env);
83 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
88 Jump(&slowPath);
90 Bind(&slowPath);
109 Label slowPath(env);
112 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
116 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
118 Bind(&slowPath);
139 Label slowPath(env);
150 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
155 Jump(&slowPath);
157 Bind(&slowPath);
184 Label slowPath(env);
194 Branch(TaggedIsHole(*result), &slowPath, &exit);
199 Jump(&slowPath);
201 Bind(&slowPath);
237 Label slowPath(env);
248 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
253 Jump(&slowPath);
255 Bind(&slowPath);
274 Label slowPath(env);
277 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
281 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
283 Bind(&slowPath);
303 Label slowPath(env);
313 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
318 Jump(&slowPath);
320 Bind(&slowPath);
340 Label slowPath(env);
350 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
353 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
356 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
359 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
364 Jump(&slowPath);
366 Bind(&slowPath);
388 Label slowPath(env);
395 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit);
412 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
415 Bind(&slowPath);
438 Label slowPath(env);
444 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit);
476 Bind(&slowPath);
500 Label slowPath(env);
507 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit);
513 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
515 Bind(&slowPath);
538 Label slowPath(env);
544 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit);
552 Bind(&slowPath);
575 Label slowPath(env);
577 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
580 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
583 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
587 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
589 Bind(&slowPath);
607 Label slowPath(env);
609 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
612 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
615 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
619 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
621 Bind(&slowPath);
639 Label slowPath(env);
641 BRANCH(IsJSObject(receiver), &isJSObject, &slowPath);
644 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
647 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
651 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
653 Bind(&slowPath);
671 Label slowPath(env);
676 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
679 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
682 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype);
686 BRANCH(TaggedIsHole(*result), &slowPath, ¬Hole);
698 Bind(&slowPath);
762 Label slowPath(env);
763 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
767 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
769 Bind(&slowPath);
787 Label slowPath(env);
789 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
793 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit);
795 Bind(&slowPath);