Lines Matching full:uninitialized
95 Label uninitialized(env); in ProfileOpType() local
105 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileOpType()
112 Bind(&uninitialized); in ProfileOpType()
114 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileOpType()
183 Label uninitialized(env); in ProfileCreateObject() local
192 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized); in ProfileCreateObject()
202 Bind(&uninitialized); in ProfileCreateObject()
204 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileCreateObject()
578 Label uninitialized(env); in ProfileBranch() local
579 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileBranch()
597 Bind(&uninitialized); in ProfileBranch()
599 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileBranch()