• Home
  • Raw
  • Download

Lines Matching full:branch

99             BRANCH(TaggedIsBoolean(receiver_), &tryDesignatePrimitive, &notDesignatePrimitive);  in TryDesignatePrimitiveLoadIC()
103 BRANCH(TaggedIsNumber(receiver_), &tryDesignatePrimitive, &notDesignatePrimitive); in TryDesignatePrimitiveLoadIC()
107 LOG_ECMA(FATAL) << "this branch is unreachable"; in TryDesignatePrimitiveLoadIC()
120BRANCH(Equal(LoadObjectFromWeakRef(info.profileFirstValue), ctorProtoOrHC), info.tryICHandler, &tr… in TryDesignatePrimitiveLoadIC()
124 BRANCH(TaggedIsHole(info.cachedHandler->ReadVariable()), slowPath_, info.tryICHandler); in TryDesignatePrimitiveLoadIC()
133 BRANCH(TaggedIsUndefined(profileTypeInfo_), slowPath_, &profileNotUndefined); in TryPrimitiveLoadIC()
140 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_) in TryPrimitiveLoadIC()
177 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in NamedICAccessor()
185 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
191 BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in NamedICAccessor()
196 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in NamedICAccessor()
214 BRANCH(TaggedIsHeapObject(receiver_), &receiverIsHeapObject, slowPath_); in ValuedICAccessor()
228 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, &notHeapObject); in ValuedICAccessor()
234 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
240 BRANCH(Int64Equal(firstValue, propKey_), &firstIsKey, &tryWithElementPoly); in ValuedICAccessor()
245BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryICHandler); in ValuedICAccessor()
251 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor()
254BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), &checkPoly, slowPath_); in ValuedICAccessor()
259BRANCH(TaggedIsHole(cachedHandler->ReadVariable()), slowPath_, tryElementIC); in ValuedICAccessor()
266 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_); in ValuedICAccessor()
302 BRANCH(TaggedIsNotHole(ret), success_, slowPath_); in LoadICByNameWithMega()
318 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByName()
334 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByNameWithMega()
360 BRANCH(IsElement(handlerInfo), &handlerInfoIsElement, &handlerInfoNotElement); in LoadICByValue()
368BRANCH(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
376 BRANCH(IsTypedArrayElement(handlerInfo), &handlerInfoIsTypedArrayElement, &exit); in LoadICByValue()
395 BRANCH(TaggedIsHole(*ret), slowPath_, success_); in LoadICByValue()
411 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
417 BRANCH(TaggedIsHole(ret), slowPath_, success_); in StoreICByValue()
427 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryLoadGlobalICByName()
432 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryLoadGlobalICByName()
437 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryLoadGlobalICByName()
448 BRANCH(TaggedIsUndefined(profileTypeInfo_), tryFastPath_, &tryIC); in TryStoreGlobalICByName()
453 BRANCH(TaggedIsHeapObject(handler), &isHeapObject, slowPath_); in TryStoreGlobalICByName()
458 BRANCH(TaggedIsHole(ret), slowPath_, success_); in TryStoreGlobalICByName()