Lines Matching full:branch
44 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
83 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName()
112 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName()
116 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
150 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
194 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
248 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
277 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
281 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
313 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
355 BRANCH(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryLoadGlobalByName()
365 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
404 BRANCH(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryStoreGlobalByName()
416 BRANCH(TaggedIsHole(*result), ¬FoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
466 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
530 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByIndex()
533 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor); in StOwnByIndex()
536 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByIndex()
540 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
562 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValue()
565 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor); in StOwnByValue()
568 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByValue()
572 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
594 BRANCH(IsJSObject(receiver), &isJSObject, &slowPath); in StOwnByName()
597 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor); in StOwnByName()
600 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByName()
604 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
629 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValueWithNameSet()
632 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor); in StOwnByValueWithNameSet()
635 BRANCH(IsClassPrototype(receiver), &slowPath, ¬ClassPrototype); in StOwnByValueWithNameSet()
639 BRANCH(TaggedIsHole(*result), &slowPath, ¬Hole); in StOwnByValueWithNameSet()
643 BRANCH(TaggedIsException(*result), &exit, ¬exception); in StOwnByValueWithNameSet()
674 BRANCH(IsJSObject(receiver), &isJSObject, ¬JSObject); in StOwnByNameWithNameSet()
677 BRANCH(IsClassConstructor(receiver), ¬JSObject, ¬ClassConstructor); in StOwnByNameWithNameSet()
680 BRANCH(IsClassPrototype(receiver), ¬JSObject, ¬ClassPrototype); in StOwnByNameWithNameSet()
684 BRANCH(TaggedIsHole(*result), ¬JSObject, ¬Hole); in StOwnByNameWithNameSet()
688 BRANCH(TaggedIsException(*result), &exit, ¬Exception); in StOwnByNameWithNameSet()
716 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in StObjByIndex()
720 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StObjByIndex()
742 BRANCH(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in LdObjByIndex()
746 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit); in LdObjByIndex()