/external/v8/src/mips/ |
D | lithium-mips.cc | 306 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1240 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-mips.h | 1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 1951 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-mips.cc | 4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 306 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1240 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-mips64.h | 1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 1951 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-mips64.cc | 4055 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 312 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1248 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-x64.h | 1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 1987 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-x64.cc | 4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 299 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1232 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-arm.h | 1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 1987 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-arm.cc | 4076 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 90 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1072 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-arm64.h | 898 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 900 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-arm64.cc | 436 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 333 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1280 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-x87.h | 2010 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 2012 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-x87.cc | 4345 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 322 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo() 1269 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
|
D | lithium-ia32.h | 2000 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> { 2002 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
|
D | lithium-codegen-ia32.cc | 3925 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
|