Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc308 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1222 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips64.h1900 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1902 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips64.cc3920 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc308 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1222 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips.h1838 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1840 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips.cc3715 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc314 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1223 LCallNewArray* result = new (zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-ppc.h1807 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1809 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-ppc.cc3966 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc314 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1232 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x64.h1863 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1865 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-x64.cc3772 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc301 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1214 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm.h1875 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1877 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm.cc3750 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc322 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1251 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-ia32.h1873 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1875 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-ia32.cc3689 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc85 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1076 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm64.h850 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
852 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm64.cc399 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc333 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1261 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x87.h1881 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1883 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-x87.cc4042 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()