Home
last modified time | relevance | path

Searched refs:LApplyArguments (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h523 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
525 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-ia32.cc971 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-ia32.cc2782 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h528 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
530 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-x64.cc959 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-x64.cc2981 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h520 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
522 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-mips.cc939 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-mips.cc2962 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h516 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
518 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length, in LApplyArguments() function
Dlithium-ppc.cc949 LApplyArguments* result = in DoApplyArguments()
950 new (zone()) LApplyArguments(function, receiver, length, elements); in DoApplyArguments()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h522 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
524 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-arm.cc934 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-arm.cc3032 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h537 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
539 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-x87.cc988 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h495 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
497 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length, in LApplyArguments() function
Dlithium-s390.cc869 LApplyArguments* result = in DoApplyArguments()
870 new (zone()) LApplyArguments(function, receiver, length, elements); in DoApplyArguments()
Dlithium-codegen-s390.cc3189 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h523 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
525 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-mips64.cc939 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-mips64.cc3148 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h637 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
639 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-arm64.cc840 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-arm64.cc1537 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()

12