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()
214 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
258 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnICByName()
302 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
357 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
389 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
393 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
424 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StoreOwnByIndex()
427 BRANCH(IsClassConstructor(glue, receiver), &slowPath, ¬ClassConstructor); in StoreOwnByIndex()
430 BRANCH(IsClassPrototype(glue, receiver), &slowPath, ¬ClassPrototype); in StoreOwnByIndex()
433 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreOwnByIndex()
466 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
509 BRANCH(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryLoadGlobalByName()
519 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
559 BRANCH(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryStoreGlobalByName()
571 BRANCH(TaggedIsHole(*result), ¬FoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
622 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
687 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByIndex()
690 BRANCH(IsClassConstructor(glue, receiver), &slowPath, ¬ClassConstructor); in StOwnByIndex()
693 BRANCH(IsClassPrototype(glue, receiver), &slowPath, ¬ClassPrototype); in StOwnByIndex()
697 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
719 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValue()
722 BRANCH(IsClassConstructor(glue, receiver), &slowPath, ¬ClassConstructor); in StOwnByValue()
725 BRANCH(IsClassPrototype(glue, receiver), &slowPath, ¬ClassPrototype); in StOwnByValue()
729 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
751 BRANCH(IsJSObject(glue, receiver), &isJSObject, &slowPath); in StOwnByName()
754 BRANCH(IsClassConstructor(glue, receiver), &slowPath, ¬ClassConstructor); in StOwnByName()
757 BRANCH(IsClassPrototype(glue, receiver), &slowPath, ¬ClassPrototype); in StOwnByName()
761 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
786 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValueWithNameSet()
789 BRANCH(IsClassConstructor(glue, receiver), &slowPath, ¬ClassConstructor); in StOwnByValueWithNameSet()
792 BRANCH(IsClassPrototype(glue, receiver), &slowPath, ¬ClassPrototype); in StOwnByValueWithNameSet()
796 BRANCH(TaggedIsHole(*result), &slowPath, ¬Hole); in StOwnByValueWithNameSet()
800 BRANCH(TaggedIsException(*result), &exit, ¬exception); in StOwnByValueWithNameSet()
831 BRANCH(IsJSObject(glue, receiver), &isJSObject, ¬JSObject); in StOwnByNameWithNameSet()
834 BRANCH(IsClassConstructor(glue, receiver), ¬JSObject, ¬ClassConstructor); in StOwnByNameWithNameSet()
837 BRANCH(IsClassPrototype(glue, receiver), ¬JSObject, ¬ClassPrototype); in StOwnByNameWithNameSet()
841 BRANCH(TaggedIsHole(*result), ¬JSObject, ¬Hole); in StOwnByNameWithNameSet()
845 BRANCH(TaggedIsException(*result), &exit, ¬Exception); in StOwnByNameWithNameSet()
873 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in StObjByIndex()
877 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StObjByIndex()
899 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in LdObjByIndex()
903 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit); in LdObjByIndex()