Searched refs:GetReceiverOperand (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.h | 98 Operand GetReceiverOperand() { in GetReceiverOperand() function
|
D | builtins-x64.cc | 823 __ movp(rdi, args.GetReceiverOperand()); in Generate_FunctionCall() 877 __ movp(rdi, args.GetReceiverOperand()); in Generate_FunctionCall()
|
D | code-stubs-x64.cc | 1856 __ movp(args->GetReceiverOperand(), rdi); in EmitSlowCase() 1876 __ movp(args->GetReceiverOperand(), rax); in EmitWrapCase() 1909 __ movp(rax, args.GetReceiverOperand()); in CallFunctionNoFeedback() 2082 __ movp(rax, args.GetReceiverOperand()); in Generate()
|
D | full-codegen-x64.cc | 121 __ movp(rcx, args.GetReceiverOperand()); in Generate() 129 __ movp(args.GetReceiverOperand(), rcx); in Generate() 2711 __ Push(args.GetReceiverOperand()); in EmitResolvePossiblyDirectEval()
|
D | lithium-codegen-x64.cc | 137 __ movp(rcx, args.GetReceiverOperand()); in GeneratePrologue() 145 __ movp(args.GetReceiverOperand(), rcx); in GeneratePrologue()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 817 __ movp(rcx, args.GetReceiverOperand()); in AssemblePrologue() 822 __ movp(args.GetReceiverOperand(), rcx); in AssemblePrologue()
|