/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 100 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x64.h | 2513 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> { 2515 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-x64.cc | 2457 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|
D | lithium-codegen-x64.cc | 5300 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate() 5303 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate() 5310 LAllocate* instr_; in DoAllocate() 5366 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 117 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm.h | 2526 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> { 2528 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm.cc | 2420 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
D | lithium-codegen-arm.cc | 5322 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate() 5325 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate() 5332 LAllocate* instr_; in DoAllocate() 5388 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 106 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-ia32.h | 2532 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> { 2534 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-ia32.cc | 2476 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|
D | lithium-codegen-ia32.cc | 5122 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate() 5125 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate() 5132 LAllocate* instr_; in DoAllocate() 5187 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 116 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips64.h | 2470 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> { 2472 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-mips64.cc | 2369 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.h | 115 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-mips.h | 2486 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> { 2488 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-mips.cc | 2369 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
|
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 139 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-arm64.h | 639 class LAllocate FINAL : public LTemplateInstruction<1, 2, 3> { 641 LAllocate(LOperand* context, in LAllocate() function
|
D | lithium-arm64.cc | 896 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
|
D | lithium-codegen-arm64.cc | 1540 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate() 1543 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate() 1548 LAllocate* instr_; in DoAllocate() 1608 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.h | 140 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-x87.h | 2548 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> { 2550 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
|
D | lithium-x87.cc | 2480 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
|