Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h541 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
543 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-ia32.cc1044 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-ia32.cc3103 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h557 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
559 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-x87.cc1062 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-x87.cc3374 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h539 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
541 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-mips.cc1008 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-mips.cc3153 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h546 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
548 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-x64.cc1025 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-x64.cc3175 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h542 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
544 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-arm.cc1003 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-arm.cc3214 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h542 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
544 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-mips64.cc1008 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-mips64.cc3339 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h532 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
534 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length, in LApplyArguments() function
Dlithium-ppc.cc1017 LApplyArguments* result = in DoApplyArguments()
1018 new (zone()) LApplyArguments(function, receiver, length, elements); in DoApplyArguments()
Dlithium-codegen-ppc.cc3388 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h629 class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
631 LApplyArguments(LOperand* function, in LApplyArguments() function
Dlithium-arm64.cc903 LApplyArguments* result = new(zone()) LApplyArguments(function, in DoApplyArguments()
Dlithium-codegen-arm64.cc1536 void LCodeGen::DoApplyArguments(LApplyArguments* instr) { in DoApplyArguments()