Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dlithium-mips.cc299 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1232 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-mips.h1930 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1932 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-mips.cc4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/mips64/
Dlithium-mips64.cc299 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1232 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-mips64.h1930 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1932 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-mips64.cc4042 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/x64/
Dlithium-x64.cc305 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1240 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-x64.h1966 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1968 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-x64.cc4010 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/arm/
Dlithium-arm.cc292 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1224 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-arm.h1966 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1968 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-arm.cc4063 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/arm64/
Dlithium-arm64.cc83 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1063 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-arm64.h879 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
881 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-arm64.cc419 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/x87/
Dlithium-x87.cc324 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1272 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-x87.h1991 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1993 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-x87.cc4332 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()
/external/v8/src/ia32/
Dlithium-ia32.cc313 void LCallNew::PrintDataTo(StringStream* stream) { in PrintDataTo()
1261 LCallNew* result = new(zone()) LCallNew(context, constructor); in DoCallNew()
Dlithium-ia32.h1981 class LCallNew FINAL : public LTemplateInstruction<1, 2, 0> {
1983 LCallNew(LOperand* context, LOperand* constructor) { in LCallNew() function
Dlithium-codegen-ia32.cc3912 void LCodeGen::DoCallNew(LCallNew* instr) { in DoCallNew()