Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.cc346 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1240 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
Dlithium-arm.h1532 class LCallNew: public LTemplateInstruction<1, 1, 0> {
1534 explicit LCallNew(LOperand* constructor) { in LCallNew() function
Dlithium-codegen-arm.cc3492 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/x64/
Dlithium-x64.cc348 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1230 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
Dlithium-x64.h1507 class LCallNew: public LTemplateInstruction<1, 1, 0> {
1509 explicit LCallNew(LOperand* constructor) { in LCallNew() function
Dlithium-codegen-x64.cc3241 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/ia32/
Dlithium-ia32.cc351 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1271 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-ia32.h1576 class LCallNew: public LTemplateInstruction<1, 2, 0> {
1578 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-ia32.cc3294 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/mips/
Dlithium-mips.cc346 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1241 LCallNew* result = new(zone()) LCallNew(constructor); in DoCallNew()
Dlithium-mips.h1512 class LCallNew: public LTemplateInstruction<1, 1, 0> {
1514 explicit LCallNew(LOperand* constructor) { in LCallNew() function
Dlithium-codegen-mips.cc3387 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()