Lines Matching full:branch
77 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in NamedICAccessor()
84 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
90 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor()
95 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor()
106 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_); in NamedICAccessor()
109 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor()
116 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in NamedICAccessor()
126 … BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor()
138 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor()
149 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in ValuedICAccessor()
155 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
161 BRANCH(Int64Equal(firstValue, propKey_), &firstIsKey, &tryWithElementPoly); in ValuedICAccessor()
166 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in ValuedICAccessor()
172 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor()
175 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), &checkPoly, slowPath_); in ValuedICAccessor()
180 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryElementIC); in ValuedICAccessor()
187 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in ValuedICAccessor()
223 BRANCH(TaggedIsNotHole(ret), success_, slowPath_); in LoadICByNameWithMega()
241 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByName()
257 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByNameWithMega()
285 BRANCH(IsElement(handlerInfo), &handlerInfoIsElement, &handlerInfoNotElement); in LoadICByValue()
293 … BRANCH(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
301 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue()
320 BRANCH(TaggedIsHole(*ret), slowPath_, success_); in LoadICByValue()
338 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
344 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
354 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName()
359 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryLoadGlobalICByName()
364 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryLoadGlobalICByName()
375 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryStoreGlobalICByName()
380 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryStoreGlobalICByName()
385 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryStoreGlobalICByName()