Lines Matching defs:isNull
167 Label isNull(env);
270 BRANCH(checkType, &isNull, &checkUndefined);
271 Bind(&isNull);
3558 Label isNull(env);
3560 BRANCH(TaggedIsNull(*result), &isNull, ¬Null);
3561 Bind(&isNull);
4632 Label isNull(env);
4634 BRANCH(TaggedIsNull(*result), &isNull, ¬Null);
4635 Bind(&isNull);
4916 Label isNull(env);
4918 BRANCH(TaggedIsNull(*result), &isNull, ¬Null);
4919 Bind(&isNull);
10091 Label isNull(env);
10104 BRANCH(TaggedIsNull(dataSlot), &isNull, &exit);
10105 Bind(&isNull);