Lines Matching defs:slowPath_
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_);
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_);
244 BRANCH(TaggedIsHole(*ret), slowPath_, success_);
262 BRANCH(TaggedIsHole(ret), slowPath_, success_);
268 BRANCH(TaggedIsHole(ret), slowPath_, success_);
283 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_);
288 BRANCH(TaggedIsHole(ret), slowPath_, success_);
304 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_);
309 BRANCH(TaggedIsHole(ret), slowPath_, success_);