Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1719 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1721 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x87.cc1067 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-x87.cc3240 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1728 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1730 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips64.cc1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips64.cc3314 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1702 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1704 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm.cc1015 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1555 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1557 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
Dlithium-s390.cc935 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-s390.cc3325 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1722 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1724 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x64.cc1038 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1666 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1668 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips.cc1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips.cc3130 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1670 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1672 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
Dlithium-ppc.cc1027 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ppc.cc3389 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1729 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1731 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-ia32.cc1050 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ia32.cc2964 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1181 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1183 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm64.cc1312 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-arm64.cc4694 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()

12