Home | History | Annotate | Download | only in arm

Lines Matching defs:is_string

4001   Condition is_string = masm->IsObjectStringType(subject, r0);
4002 __ b(NegateCondition(is_string), &runtime);
5024 Label is_string;
5026 __ b(ne, &is_string);
5038 __ bind(&is_string);
5158 Condition is_string = masm->IsObjectStringType(r5, r1);
5159 __ b(NegateCondition(is_string), &runtime);