Lines Matching full:rdi
47 // o rdi: the JS function object being called (ie, ourselves)
63 __ push(rdi); // Callee's JS Function.
82 // Argument to NewContext is the function, which is still in rdi.
83 __ push(rdi);
118 __ push(rdi);
876 // rdi = JS function.
879 __ movq(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
880 __ movq(rbx, FieldOperand(rdi, JSFunction::kLiteralsOffset));
900 __ movq(rdi, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
901 __ push(FieldOperand(rdi, JSFunction::kLiteralsOffset));
1423 // Load function, arg_count into rdi and rax.
1426 __ movq(rdi, Operand(rsp, rax, times_pointer_size, kPointerSize));