/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2606 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2608 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-ia32.cc | 2687 LAllocateBlockContext* result = in DoAllocateBlockContext() 2688 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-ia32.cc | 5463 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2620 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2622 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-x87.cc | 2691 LAllocateBlockContext* result = in DoAllocateBlockContext() 2692 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-x87.cc | 6024 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2578 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2580 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-mips.cc | 2578 LAllocateBlockContext* result = in DoAllocateBlockContext() 2579 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-mips.cc | 5625 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2590 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2592 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-x64.cc | 2676 LAllocateBlockContext* result = in DoAllocateBlockContext() 2677 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-x64.cc | 5656 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2619 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2621 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-arm.cc | 2630 LAllocateBlockContext* result = in DoAllocateBlockContext() 2631 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-arm.cc | 5595 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2624 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2626 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-mips64.cc | 2582 LAllocateBlockContext* result = in DoAllocateBlockContext() 2583 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-mips64.cc | 5830 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2503 class LAllocateBlockContext : public LTemplateInstruction<1, 2, 0> { 2505 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-ppc.cc | 2582 LAllocateBlockContext* result = in DoAllocateBlockContext() 2583 new (zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-ppc.cc | 5865 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2952 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> { 2954 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
|
D | lithium-arm64.cc | 2726 LAllocateBlockContext* result = in DoAllocateBlockContext() 2727 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
|
D | lithium-codegen-arm64.cc | 5778 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
|