https://codereview.chromium.org/19857006/diff/1/src/x64/macro-assembler-x64.h
File src/x64/macro-assembler-x64.h (right):
https://codereview.chromium.org/19857006/diff/1/src/x64/macro-assembler-x64.h#newcode1521
src/x64/macro-assembler-x64.h:1521: inline Operand
StackArgumentOperand(int32_t disp) {
Please just call this StackOperand. There are cases where stack slots
may be accessed that are not arguments, but you still must use this
operand factory.
https://codereview.chromium.org/19857006/diff/1/src/x64/macro-assembler-x64.h#newcode1526
src/x64/macro-assembler-x64.h:1526: inline Operand
StackArgumentOperand(Register index,
Please just call this StackOperand.
https://codereview.chromium.org/19857006/diff/1/src/x64/stub-cache-x64.cc
File src/x64/stub-cache-x64.cc (right):
https://codereview.chromium.org/19857006/diff/1/src/x64/stub-cache-x64.cc#newcode1079
src/x64/stub-cache-x64.cc:1079: __ movq(StackArgumentOperand(1 *
kPointerSize), object_reg);
1 * kPointerSize -> kPointerSize
https://codereview.chromium.org/19857006/diff/1/src/x64/stub-cache-x64.cc#newcode1139
src/x64/stub-cache-x64.cc:1139: __ movq(StackArgumentOperand(1 *
kPointerSize), reg);
1*kPointerSize -> kPointerSize
https://codereview.chromium.org/19857006/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.