Home | History | Annotate | Download | only in x64

Lines Matching full:rdi

819   GenerateFastPropertyLoad(masm(), rdi, reg, holder, index);
822 __ JumpIfSmi(rdi, &miss);
823 __ CmpObjectType(rdi, JS_FUNCTION_TYPE, rbx);
834 __ InvokeFunction(rdi, arguments(), JUMP_FUNCTION);
879 rdi,
898 __ movq(rdi, rax);
899 __ InvokeFunction(rdi, arguments(), JUMP_FUNCTION);
944 __ Move(rdi, Handle<JSGlobalPropertyCell>(cell));
945 __ movq(rdi, FieldOperand(rdi, JSGlobalPropertyCell::kValueOffset));
954 __ JumpIfSmi(rdi, &miss);
955 __ CmpObjectType(rdi, JS_FUNCTION_TYPE, rax);
960 __ cmpq(FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset), rax);
963 __ Cmp(rdi, Handle<JSFunction>(function));
974 __ movq(rsi, FieldOperand(rdi, JSFunction::kContextOffset));
1567 __ push(rdi);
1569 __ push(rdi); // function is also the parameter to the runtime call
1571 __ pop(rdi);
1736 // -- rdi : constructor
1749 __ movq(rbx, FieldOperand(rdi, JSFunction::kSharedFunctionInfoOffset));
1756 __ movq(rbx, FieldOperand(rdi, JSFunction::kPrototypeOrInitialMapOffset));
1765 // rdi: constructor
1772 // rdi: constructor