/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 112 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm.h | 2456 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2458 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm.cc | 2432 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 97 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x64.h | 2432 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2434 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-x64.cc | 2468 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|
D | lithium-codegen-x64.cc | 5178 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate() 5181 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate() 5187 LAllocate* instr_; in DoAllocate() 5236 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 108 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-ppc.h | 2354 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2356 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
|
D | lithium-ppc.cc | 2385 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 101 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-ia32.h | 2450 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2452 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-ia32.cc | 2475 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 111 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips.h | 2415 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2417 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-mips.cc | 2379 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 112 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips64.h | 2461 class LAllocate final : public LTemplateInstruction<1, 2, 2> { 2463 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-mips64.cc | 2384 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 130 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm64.h | 604 class LAllocate final : public LTemplateInstruction<1, 2, 3> { 606 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm64.cc | 893 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 136 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x87.h | 2464 class LAllocate final : public LTemplateInstruction<1, 2, 1> { 2466 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-x87.cc | 2479 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|