• Home
  • Raw
  • Download

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), &notFoundInRecord, &foundInRecord); in TryLoadGlobalByName()
365 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
404 BRANCH(TaggedIsUndefined(record), &notFoundInRecord, &foundInRecord); in TryStoreGlobalByName()
416 BRANCH(TaggedIsHole(*result), &notFoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
466 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
530 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByIndex()
533 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByIndex()
536 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByIndex()
540 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
562 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValue()
565 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByValue()
568 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByValue()
572 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
594 BRANCH(IsJSObject(receiver), &isJSObject, &slowPath); in StOwnByName()
597 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByName()
600 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByName()
604 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
629 BRANCH(TaggedIsHeapObject(receiver), &isHeapObject, &slowPath); in StOwnByValueWithNameSet()
632 BRANCH(IsClassConstructor(receiver), &slowPath, &notClassConstructor); in StOwnByValueWithNameSet()
635 BRANCH(IsClassPrototype(receiver), &slowPath, &notClassPrototype); in StOwnByValueWithNameSet()
639 BRANCH(TaggedIsHole(*result), &slowPath, &notHole); in StOwnByValueWithNameSet()
643 BRANCH(TaggedIsException(*result), &exit, &notexception); in StOwnByValueWithNameSet()
674 BRANCH(IsJSObject(receiver), &isJSObject, &notJSObject); in StOwnByNameWithNameSet()
677 BRANCH(IsClassConstructor(receiver), &notJSObject, &notClassConstructor); in StOwnByNameWithNameSet()
680 BRANCH(IsClassPrototype(receiver), &notJSObject, &notClassPrototype); in StOwnByNameWithNameSet()
684 BRANCH(TaggedIsHole(*result), &notJSObject, &notHole); in StOwnByNameWithNameSet()
688 BRANCH(TaggedIsException(*result), &exit, &notException); 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()