Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dlithium-mips.cc306 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1240 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips.h1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1951 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips.cc4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/mips64/
Dlithium-mips64.cc306 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1240 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-mips64.h1949 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1951 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-mips64.cc4055 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/x64/
Dlithium-x64.cc312 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1248 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x64.h1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1987 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-x64.cc4023 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/arm/
Dlithium-arm.cc299 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1232 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm.h1985 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
1987 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm.cc4076 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/arm64/
Dlithium-arm64.cc90 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1072 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-arm64.h898 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
900 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-arm64.cc436 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/x87/
Dlithium-x87.cc333 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1280 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-x87.h2010 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
2012 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-x87.cc4345 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()
/external/v8/src/ia32/
Dlithium-ia32.cc322 void LCallNewArray::PrintDataTo(StringStream* stream) { in PrintDataTo()
1269 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor); in DoCallNewArray()
Dlithium-ia32.h2000 class LCallNewArray FINAL : public LTemplateInstruction<1, 2, 0> {
2002 LCallNewArray(LOperand* context, LOperand* constructor) { in LCallNewArray() function
Dlithium-codegen-ia32.cc3925 void LCodeGen::DoCallNewArray(LCallNewArray* instr) { in DoCallNewArray()