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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1777 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1779 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-arm.cc280 void LCallNewArray::PrintDataTo(StringStream* stream) {
1180 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-arm.cc3708 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1800 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1802 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-ia32.cc301 void LCallNewArray::PrintDataTo(StringStream* stream) {
1223 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-ia32.cc3543 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1741 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1743 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-mips.cc287 void LCallNewArray::PrintDataTo(StringStream* stream) {
1188 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-mips.cc3640 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1803 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1805 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-mips64.cc287 void LCallNewArray::PrintDataTo(StringStream* stream) {
1188 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-mips64.cc3840 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1743 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1745 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-ppc.cc293 void LCallNewArray::PrintDataTo(StringStream* stream) {
1203 LCallNewArray* result = new (zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-ppc.cc3921 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1625 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1627 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-s390.cc266 void LCallNewArray::PrintDataTo(StringStream* stream) {
1087 LCallNewArray* result = new (zone()) LCallNewArray(context, constructor);
H A Dlithium-codegen-s390.cc3821 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1793 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1795 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-x64.cc293 void LCallNewArray::PrintDataTo(StringStream* stream) {
1214 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1790 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
1792 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-x87.cc312 void LCallNewArray::PrintDataTo(StringStream* stream) {
1230 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc78 void LCallNewArray::PrintDataTo(StringStream* stream) {
1016 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
H A Dlithium-arm64.h825 class LCallNewArray final : public LTemplateInstruction<1, 2, 0> {
827 LCallNewArray(LOperand* context, LOperand* constructor) { function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc361 void LCodeGen::DoCallNewArray(LCallNewArray* instr) {

Completed in 421 milliseconds

12