Home
last modified time | relevance | path

Searched refs:LCallNewArray (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/s390/
Dlithium-s390.cc260 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1073 LCallNewArray* result = new (zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-s390.h1538 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1540 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc279 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1170 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips64.h1709 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1711 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips64.cc3778 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc285 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1185 LCallNewArray* result = new (zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-ppc.h1651 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1653 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-ppc.cc3842 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc272 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1162 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm.h1684 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1686 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm.cc3613 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc279 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1170 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips.h1647 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1649 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips.cc3574 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc293 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1208 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-ia32.h1707 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1709 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-ia32.cc3450 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc304 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1215 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x87.h1697 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1699 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc286 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1197 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x64.h1698 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1700 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-x64.cc3615 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc78 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1009 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm64.h817 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
819 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm64.cc384 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()

12