/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 110 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm.h | 2344 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2346 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm.cc | 2339 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 107 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-s390.h | 2127 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2129 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
|
D | lithium-s390.cc | 2114 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 95 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x64.h | 2348 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2350 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-x64.cc | 2400 LAllocate* result = new (zone()) LAllocate(context, size, temp); in DoAllocate()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 97 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-ia32.h | 2363 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2365 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-ia32.cc | 2395 LAllocate* result = new (zone()) LAllocate(context, size, temp); in DoAllocate()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 108 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-ppc.h | 2277 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2279 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
|
D | lithium-ppc.cc | 2306 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 109 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips.h | 2304 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2306 LAllocate(LOperand* context, in LAllocate() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 110 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips64.h | 2350 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2352 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-mips64.cc | 2291 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 128 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm64.h | 605 class LAllocate final : public LTemplateInstruction<1, 2, 3> { 607 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm64.cc | 854 LAllocate* result = in DoAllocate() 855 new (zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 132 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x87.h | 2359 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2361 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|