Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1572 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1574 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips.cc994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips.cc3059 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1627 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1629 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x64.cc1013 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-x64.cc3063 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1626 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1628 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x87.cc1043 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1468 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1470 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
Dlithium-s390.cc913 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1609 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1611 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm.cc989 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-arm.cc3126 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1636 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1638 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-ia32.cc1026 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ia32.cc2870 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1634 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1636 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips64.cc994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips64.cc3246 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1578 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1580 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
Dlithium-ppc.cc1001 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ppc.cc3308 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1160 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1162 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm64.cc1305 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-arm64.cc4590 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()

12