Lines Matching defs:uninitialized
103 Label uninitialized(env);
113 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized);
120 Bind(&uninitialized);
122 // Only when slot value is undefined, it means uninitialized, so we need to update the slot.
191 Label uninitialized(env);
200 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized);
210 Bind(&uninitialized);
212 // Only when slot value is undefined, it means uninitialized, so we need to update the slot.
267 Label uninitialized(env);
275 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized);
294 Bind(&uninitialized);
296 // Only when slot value is undefined, it means uninitialized, so we need to update the slot.
590 Label uninitialized(env);
591 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized);
609 Bind(&uninitialized);
611 // Only when slot value is undefined, it means uninitialized, so we need to update the slot.