Searched refs:LCallNew (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.cc | 346 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1240 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
|
D | lithium-arm.h | 1532 class LCallNew: public LTemplateInstruction<1, 1, 0> { 1534 explicit LCallNew(LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-arm.cc | 3492 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 348 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1230 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
|
D | lithium-x64.h | 1507 class LCallNew: public LTemplateInstruction<1, 1, 0> { 1509 explicit LCallNew(LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-x64.cc | 3241 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 351 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1271 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
|
D | lithium-ia32.h | 1576 class LCallNew: public LTemplateInstruction<1, 2, 0> { 1578 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-ia32.cc | 3294 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 346 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo() 1241 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
|
D | lithium-mips.h | 1512 class LCallNew: public LTemplateInstruction<1, 1, 0> { 1514 explicit LCallNew(LOperand* constructor) { in LCallNew() function
|
D | lithium-codegen-mips.cc | 3387 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
|