Home | History | Annotate | Download | only in arm64

Lines Matching defs:new_target

522     Register new_target = x3;
532 __ Push(constructor, new_target);
536 __ Pop(new_target, constructor);
594 __ InvokeFunction(constructor, new_target, actual, CALL_FUNCTION,
885 Register new_target = x0;
929 __ Mov(argc, new_target);
930 __ Mov(new_target, scratch);
2001 Register new_target = x3;
2024 __ Pop(new_target, arguments_list, target); // Overwrites argc.
2028 __ CmovX(new_target, target, ls); // target if argc <= 2.
2050 __ JumpIfSmi(new_target, &new_target_not_constructor);
2051 __ Ldr(x10, FieldMemOperand(new_target, HeapObject::kMapOffset));
2069 __ Poke(new_target, 0);
2133 Register new_target = x3;
2169 __ Push(target, new_target, arguments_list);
2171 __ Pop(new_target, target);
2256 __ CompareRoot(new_target, Heap::kUndefinedValueRootIndex);
2696 // Include the pushed new_target, constructor and the receiver.