Home | History | Annotate | Download | only in ia32

Lines Matching refs:not_js_object

473     Label not_js_object;
475 __ j(below, &not_js_object, Label::kNear);
481 __ bind(&not_js_object);
5127 Label slow, not_js_object;
5134 __ JumpIfSmi(object, &not_js_object);
5135 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
5250 __ bind(&not_js_object);