Lines Matching defs:firstValue
36 GateRef firstValue = GetValueFromTaggedArray(
38 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject);
45 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
50 cachedHandler->WriteVariable(CheckPolyHClass(firstValue, hclass));
56 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_);
70 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_);
74 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, slowPath_)
84 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), ctorProtoOrHC), tryICHandler, slowPath_);
105 GateRef firstValue = GetValueFromTaggedArray(
107 BRANCH(TaggedIsHeapObject(firstValue), &isHeapObject, ¬HeapObject);
113 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
119 BRANCH(Int64Equal(firstValue, propKey_), &firstIsKey, &tryWithElementPoly);
130 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond);
137 cachedHandler->WriteVariable(CheckPolyHClass(firstValue, hclass));
145 BRANCH(TaggedIsUndefined(firstValue), slowPath_, tryFastPath_);