Home
last modified time | relevance | path

Searched refs:LCallNew (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.cc328 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1272 LCallNew* result = new LCallNew(constructor); in DoCallNew()
Dlithium-x64.h1460 class LCallNew: public LTemplateInstruction<1, 1, 0> {
1462 explicit LCallNew(LOperand* constructor) { in LCallNew() function
Dlithium-codegen-x64.cc2942 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/ia32/
Dlithium-ia32.cc328 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1295 LCallNew* result = new LCallNew(context, constructor); in DoCallNew()
Dlithium-ia32.h1532 class LCallNew: public LTemplateInstruction<1, 2, 0> {
1534 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-ia32.cc2953 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/arm/
Dlithium-arm.cc326 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1273 LCallNew* result = new LCallNew(constructor); in DoCallNew()
Dlithium-arm.h1476 class LCallNew: public LTemplateInstruction<1, 1, 0> {
1478 explicit LCallNew(LOperand* constructor) { in LCallNew() function
Dlithium-codegen-arm.cc3092 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()