Home
last modified time | relevance | path

Searched refs:GetReceiverOperand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x64/
Dcodegen-x64.h98 Operand GetReceiverOperand() { in GetReceiverOperand() function
Dbuiltins-x64.cc823 __ movp(rdi, args.GetReceiverOperand()); in Generate_FunctionCall()
877 __ movp(rdi, args.GetReceiverOperand()); in Generate_FunctionCall()
Dcode-stubs-x64.cc1856 __ 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()
Dfull-codegen-x64.cc121 __ movp(rcx, args.GetReceiverOperand()); in Generate()
129 __ movp(args.GetReceiverOperand(), rcx); in Generate()
2711 __ Push(args.GetReceiverOperand()); in EmitResolvePossiblyDirectEval()
Dlithium-codegen-x64.cc137 __ movp(rcx, args.GetReceiverOperand()); in GeneratePrologue()
145 __ movp(args.GetReceiverOperand(), rcx); in GeneratePrologue()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc817 __ movp(rcx, args.GetReceiverOperand()); in AssemblePrologue()
822 __ movp(args.GetReceiverOperand(), rcx); in AssemblePrologue()