Home
last modified time | relevance | path

Searched refs:ArgumentsOffsetWithoutFrame (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc546 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/
Dlithium-codegen-ia32.cc570 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/
Dlithium-codegen-mips.cc544 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/
Dlithium-codegen-x87.cc838 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/
Dlithium-codegen-mips64.cc529 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/
Dlithium-codegen-ppc.cc516 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/
Dlithium-codegen-x64.cc506 static int ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function
521 return Operand(rsp, ArgumentsOffsetWithoutFrame(op->index())); in ToOperand()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1152 static int64_t ArgumentsOffsetWithoutFrame(int index) { in ArgumentsOffsetWithoutFrame() function
1193 ArgumentsOffsetWithoutFrame(op->index())); in ToMemOperand()