Searched refs:LCallNew (Results 1 – 9 of 9) sorted by relevance
328 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()1272 LCallNew* result = new LCallNew(constructor); in DoCallNew()
1460 class LCallNew: public LTemplateInstruction<1, 1, 0> {1462 explicit LCallNew(LOperand* constructor) { in LCallNew() function
2942 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
328 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()1295 LCallNew* result = new LCallNew(context, constructor); in DoCallNew()
1532 class LCallNew: public LTemplateInstruction<1, 2, 0> {1534 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
2953 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
326 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()1273 LCallNew* result = new LCallNew(constructor); in DoCallNew()
1476 class LCallNew: public LTemplateInstruction<1, 1, 0> {1478 explicit LCallNew(LOperand* constructor) { in LCallNew() function
3092 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()