Lines Matching full:branch
42 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
68 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName()
72 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
104 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
149 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
174 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
178 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
209 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
245 Branch(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryLoadGlobalByName()
255 Branch(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
293 Branch(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryStoreGlobalByName()
305 Branch(TaggedIsHole(*result), ¬FoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
355 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()