/external/v8/src/mips/ |
D | lithium-mips.cc | 299 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1232 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-mips.h | 1930 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1932 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-mips.cc | 4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 299 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1232 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-mips64.h | 1930 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1932 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-mips64.cc | 4042 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 305 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1240 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-x64.h | 1966 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1968 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-x64.cc | 4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 292 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1224 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-arm.h | 1966 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1968 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-arm.cc | 4063 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 83 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1063 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-arm64.h | 879 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 881 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-arm64.cc | 419 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 324 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1272 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-x87.h | 1991 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1993 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-x87.cc | 4332 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 313 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1261 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-ia32.h | 1981 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> { 1983 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-ia32.cc | 3912 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|