Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1762 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1764 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-ia32.cc1099 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ia32.cc3177 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1770 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1772 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x87.cc1117 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-x87.cc3448 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1723 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1725 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips.cc1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips.cc3237 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1752 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1754 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-x64.cc1080 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-x64.cc3246 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1760 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1762 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm.cc1058 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-arm.cc3296 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1785 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1787 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-mips64.cc1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-mips64.cc3423 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1696 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1698 explicit LDeclareGlobals(LOperand* context) { inputs_[0] = context; } in LDeclareGlobals() function
Dlithium-ppc.cc1069 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-ppc.cc3469 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1251 class LDeclareGlobals final : public LTemplateInstruction<0, 1, 0> {
1253 explicit LDeclareGlobals(LOperand* context) { in LDeclareGlobals() function
Dlithium-arm64.cc1378 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr); in DoDeclareGlobals()
Dlithium-codegen-arm64.cc4715 void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { in DoDeclareGlobals()