Home | History | Annotate | Download | only in arm64

Lines Matching defs:new_target

565     Register new_target = x3;
573 __ Push(constructor, new_target);
577 __ Pop(new_target, constructor);
638 __ InvokeFunction(constructor, new_target, actual, CALL_FUNCTION,
910 Register new_target = x0;
954 __ Mov(argc, new_target);
955 __ Mov(new_target, scratch);
2089 Register new_target = x3;
2112 __ Pop(new_target, arguments_list, target); // Overwrites argc.
2116 __ CmovX(new_target, target, ls); // target if argc <= 2.
2138 __ JumpIfSmi(new_target, &new_target_not_constructor);
2139 __ Ldr(x10, FieldMemOperand(new_target, HeapObject::kMapOffset));
2157 __ Poke(new_target, 0);
2196 Register new_target = x3;
2233 __ Push(target, new_target, arguments_list);
2235 __ Pop(new_target, target);
2356 __ CompareRoot(new_target, Heap::kUndefinedValueRootIndex);
2797 Register new_target = x3;
2872 __ Push(constructor, new_target, argc, spread);
2875 __ Pop(argc, new_target, constructor);
3006 // Include the pushed new_target, constructor and the receiver.