Lines Matching refs:BRANCH
28 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, &receiverNotHeapObject);
31 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
38 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject);
45 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
51 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler);
56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_);
64 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_);
67 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined);
74 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_)
84 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_);
96 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_);
100 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
107 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject);
113 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
119 BRANCH(Int64Equal(firstValue, propKey_), &firstIsKey, &tryWithElementPoly);
124 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler);
130 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond);
133 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), &checkPoly, slowPath_);
138 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryElementIC);
145 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_);
164 BRANCH(TaggedIsHole(ret), slowPath_, success_);
182 BRANCH(TaggedIsHole(ret), slowPath_, success_);
209 BRANCH(IsElement(handlerInfo), &handlerInfoIsElement, &handlerInfoNotElement);
217 BRANCH(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement);
225 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit);
244 BRANCH(TaggedIsHole(*ret), slowPath_, success_);
262 BRANCH(TaggedIsHole(ret), slowPath_, success_);
268 BRANCH(TaggedIsHole(ret), slowPath_, success_);
278 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
283 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_);
288 BRANCH(TaggedIsHole(ret), slowPath_, success_);
299 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC);
304 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_);
309 BRANCH(TaggedIsHole(ret), slowPath_, success_);