Home | History | Annotate | Download | only in x87

Lines Matching defs:is_string

2393   Condition is_string = masm->IsObjectStringType(object, scratch, scratch);
2394 __ j(NegateCondition(is_string), &slow, Label::kNear);
2620 Condition is_string = masm->IsObjectStringType(eax, ebx, ebx);
2621 __ j(NegateCondition(is_string), &runtime);