/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1719 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1721 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-x87.cc | 1067 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-x87.cc | 3240 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1728 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1730 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-mips64.cc | 1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-mips64.cc | 3314 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1702 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1704 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-arm.cc | 1015 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1555 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1557 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
|
D | lithium-s390.cc | 935 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-s390.cc | 3325 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1722 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1724 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-x64.cc | 1038 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1666 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1668 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-mips.cc | 1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-mips.cc | 3130 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1670 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1672 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
|
D | lithium-ppc.cc | 1027 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-ppc.cc | 3389 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1729 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1731 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-ia32.cc | 1050 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-ia32.cc | 2964 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1181 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> { 1183 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
|
D | lithium-arm64.cc | 1312 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
|
D | lithium-codegen-arm64.cc | 4694 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
|