Searched refs:ArgumentsOffsetWithoutFrame (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 546 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 561 return MemOperand(sp, ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand() 574 sp, ArgumentsOffsetWithoutFrame(op->index()) + kPointerSize); in ToHighMemOperand()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 570 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 585 return Operand(esp, ArgumentsOffsetWithoutFrame(op->index())); in ToOperand() 598 esp, ArgumentsOffsetWithoutFrame(op->index()) + kPointerSize); in HighOperand()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 544 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 559 return MemOperand(sp, ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand() 572 sp, ArgumentsOffsetWithoutFrame(op->index()) + kPointerSize); in ToHighMemOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 838 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 853 return Operand(esp, ArgumentsOffsetWithoutFrame(op->index())); in ToOperand() 866 esp, ArgumentsOffsetWithoutFrame(op->index()) + kPointerSize); in HighOperand()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 529 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 544 return MemOperand(sp, ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand() 560 sp, ArgumentsOffsetWithoutFrame(op->index()) + kIntSize); in ToHighMemOperand()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 516 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 531 return MemOperand(sp, ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand() 544 ArgumentsOffsetWithoutFrame(op->index()) + kPointerSize); in ToHighMemOperand()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 506 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 521 return Operand(rsp, ArgumentsOffsetWithoutFrame(op->index())); in ToOperand()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1152 static int64_t ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function 1193 ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand()
|