Home | History | Annotate | Download | only in arm

Lines Matching defs:is_string

4692   Condition is_string = masm->IsObjectStringType(subject, r0);
4693 __ b(NegateCondition(is_string), &runtime);
5740 Label is_string;
5742 __ b(ne, &is_string);
5754 __ bind(&is_string);
5867 Condition is_string = masm->IsObjectStringType(r0, r1);
5868 __ b(NegateCondition(is_string), &runtime);