Lines Matching refs:BRANCH

44         BRANCH(TaggedIsHole(*result), &slowPath, &exit);
83 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
112 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
116 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
150 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
248 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
277 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
281 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
313 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
350 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
353 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor);
356 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype);
359 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
402 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord);
412 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
451 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord);
463 BRANCH(TaggedIsHole(*result), &notFoundInGlobal, &isFoundInGlobal);
513 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
577 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
580 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor);
583 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype);
587 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
609 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
612 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor);
615 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype);
619 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
641 BRANCH(IsJSObject(receiver), &isJSObject, &slowPath);
644 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor);
647 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype);
651 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
676 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath);
679 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor);
682 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype);
686 BRANCH(TaggedIsHole(*result), &slowPath, &notHole);
690 BRANCH(TaggedIsException(*result), &exit, &notexception);
721 BRANCH(IsJSObject(receiver), &isJSObject, &notJSObject);
724 BRANCH(IsClassConstructor(receiver), &notJSObject, &notClassConstructor);
727 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype);
731 BRANCH(TaggedIsHole(*result), &notJSObject, &notHole);
735 BRANCH(TaggedIsException(*result), &exit, &notException);
763 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
767 BRANCH(TaggedIsHole(*result), &slowPath, &exit);
789 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath);
793 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit);