• Home
  • Raw
  • Download

Lines Matching full:branch

43         BRANCH(TaggedIsHole(*result), &slowPath, &exit);  in LoadObjByName()
144 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName()
173 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName()
177 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
211 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
255 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
309 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
338 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
342 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
374 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StoreOwnByIndex()
377 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StoreOwnByIndex()
380 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StoreOwnByIndex()
383 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreOwnByIndex()
421 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
463 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryLoadGlobalByName()
473 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
512 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryStoreGlobalByName()
524 BRANCH(TaggedIsHole(*result), &notFoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
574 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
638 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByIndex()
641 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByIndex()
644 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByIndex()
648 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
670 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValue()
673 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByValue()
676 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByValue()
680 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
702 BRANCH(IsJSObject(receiver), &isJSObject, &slowPath); in StOwnByName()
705 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByName()
708 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByName()
712 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
737 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValueWithNameSet()
740 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByValueWithNameSet()
743 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByValueWithNameSet()
747 BRANCH(TaggedIsHole(*result), &slowPath, &notHole); in StOwnByValueWithNameSet()
751 BRANCH(TaggedIsException(*result), &exit, &notexception); in StOwnByValueWithNameSet()
782 BRANCH(IsJSObject(receiver), &isJSObject, &notJSObject); in StOwnByNameWithNameSet()
785 BRANCH(IsClassConstructor(receiver), &notJSObject, &notClassConstructor); in StOwnByNameWithNameSet()
788 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); in StOwnByNameWithNameSet()
792 BRANCH(TaggedIsHole(*result), &notJSObject, &notHole); in StOwnByNameWithNameSet()
796 BRANCH(TaggedIsException(*result), &exit, &notException); in StOwnByNameWithNameSet()
824 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in StObjByIndex()
828 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StObjByIndex()
850 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in LdObjByIndex()
854 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit); in LdObjByIndex()