Home | History | Annotate | Download | only in mips

Lines Matching full:new_object

226   Label new_object;
227 __ Branch(&new_object, ne, a1, Operand(a3));
230 __ AllocateJSValue(v0, a1, a0, a2, t0, &new_object);
234 __ bind(&new_object);
356 Label new_object;
357 __ Branch(&new_object, ne, a1, Operand(a3));
360 __ AllocateJSValue(v0, a1, a0, a2, t0, &new_object);
364 __ bind(&new_object);