Lines Matching full:branch
29 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, &receiverNotHeapObject); in NamedICAccessor()
31 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in NamedICAccessor()
35 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in NamedICAccessor()
42 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in NamedICAccessor()
49 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
55 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor()
60 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor()
71 BRANCH(TaggedIsNumber(receiver_), &tryNumber, slowPath_); in NamedICAccessor()
74 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in NamedICAccessor()
81 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in NamedICAccessor()
91 … BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_); in NamedICAccessor()
103 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor()
107 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in ValuedICAccessor()
114 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject); in ValuedICAccessor()
120 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
126 BRANCH(Int64Equal(firstValue, propKey_), &firstIsKey, &tryWithElementPoly); in ValuedICAccessor()
131 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in ValuedICAccessor()
137 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor()
140 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), &checkPoly, slowPath_); in ValuedICAccessor()
145 … BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryElementIC); in ValuedICAccessor()
152 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in ValuedICAccessor()
171 BRANCH(TaggedIsHole(ret), slowPath_, success_); in LoadICByName()
189 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByName()
216 BRANCH(IsElement(handlerInfo), &handlerInfoIsElement, &handlerInfoNotElement); in LoadICByValue()
224 … BRANCH(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
232 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue()
251 BRANCH(TaggedIsHole(*ret), slowPath_, success_); in LoadICByValue()
269 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
275 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
285 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName()
290 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryLoadGlobalICByName()
295 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryLoadGlobalICByName()
306 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryStoreGlobalICByName()
311 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryStoreGlobalICByName()
316 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryStoreGlobalICByName()