Home | History | Annotate | Download | only in x64

Lines Matching refs:JSBoundFunction

2599   //  -- rdi : target (checked to be a JSBoundFunction)
2604 __ movp(rcx, FieldOperand(rdi, JSBoundFunction::kBoundArgumentsOffset));
2612 // -- rdi : target (checked to be a JSBoundFunction)
2656 __ movp(rcx, FieldOperand(rdi, JSBoundFunction::kBoundArgumentsOffset));
2683 // -- rdi : the function to call (checked to be a JSBoundFunction)
2693 __ movp(rbx, FieldOperand(rdi, JSBoundFunction::kBoundThisOffset));
2700 __ movp(rdi, FieldOperand(rdi, JSBoundFunction::kBoundTargetFunctionOffset));
2799 // -- rdi : the constructor to call (checked to be a JSBoundFunction)
2812 FieldOperand(rdi, JSBoundFunction::kBoundTargetFunctionOffset));
2817 __ movp(rdi, FieldOperand(rdi, JSBoundFunction::kBoundTargetFunctionOffset));