Lines Matching full:uninitialized
100 Label uninitialized(env); in ProfileOpType() local
111 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileOpType()
120 Bind(&uninitialized); in ProfileOpType()
122 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileOpType()
192 Label uninitialized(env); in ProfileCreateObject() local
201 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized); in ProfileCreateObject()
211 Bind(&uninitialized); in ProfileCreateObject()
213 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileCreateObject()
263 Label uninitialized(env); in ProfileCall() local
271 BRANCH(TaggedIsHeapObject(slotValue), &isHeapObject, &uninitialized); in ProfileCall()
290 Bind(&uninitialized); in ProfileCall()
292 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileCall()
586 Label uninitialized(env); in ProfileBranch() local
587 BRANCH(TaggedIsInt(slotValue), &compareLabel, &uninitialized); in ProfileBranch()
605 Bind(&uninitialized); in ProfileBranch()
607 … // Only when slot value is undefined, it means uninitialized, so we need to update the slot. in ProfileBranch()