Lines Matching refs:Branch
43 Branch(TaggedIsHole(*result), &slowPath, ¬Hole); in LoadObjByName()
75 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByName()
79 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
112 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
162 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
188 Branch(TaggedIsHeapObject(receiver), &fastPath, &slowPath); in DeprecatedLoadObjByValue()
192 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
223 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
261 Branch(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryLoadGlobalByName()
271 Branch(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
310 Branch(TaggedIsUndefined(record), ¬FoundInRecord, &foundInRecord); in TryStoreGlobalByName()
322 Branch(TaggedIsHole(*result), ¬FoundInGlobal, &isFoundInGlobal); in TryStoreGlobalByName()
372 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()