Lines Matching full:new_object
224 Label new_object;
225 __ Branch(&new_object, ne, a1, Operand(a3));
228 __ AllocateJSValue(v0, a1, a0, a2, t0, &new_object);
232 __ bind(&new_object);
353 Label new_object;
354 __ Branch(&new_object, ne, a1, Operand(a3));
357 __ AllocateJSValue(v0, a1, a0, a2, t0, &new_object);
361 __ bind(&new_object);