Home
last modified time | relevance | path

Searched refs:const_length (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2824 int32_t const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
2825 if (const_index >= 0 && const_index < const_length) { in DoAccessArgumentsAt()
2826 StackArgumentsAccessor args(arguments, const_length, in DoAccessArgumentsAt()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2854 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
2857 int index = (const_length - const_index) + 1; in DoAccessArgumentsAt()
2861 __ rsb(result, index, Operand(const_length + 1)); in DoAccessArgumentsAt()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2774 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
2777 int index = (const_length - const_index) + 1; in DoAccessArgumentsAt()
2781 __ li(at, Operand(const_length + 1)); in DoAccessArgumentsAt()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2914 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
2917 int index = (const_length - const_index) + 1; in DoAccessArgumentsAt()
2921 __ li(at, Operand(const_length + 1)); in DoAccessArgumentsAt()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2964 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoShiftI() local
2967 int index = (const_length - const_index) + 1; in DoShiftI()
2971 __ subfic(result, index, Operand(const_length + 1)); in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2809 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
2810 int index = (const_length - const_index) + 1; in DoAccessArgumentsAt()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3084 int const_length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt() local
3085 int index = (const_length - const_index) + 1; in DoAccessArgumentsAt()