Home
last modified time | relevance | path

Searched refs:LAllocateBlockContext (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2606 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2608 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-ia32.cc2687 LAllocateBlockContext* result = in DoAllocateBlockContext()
2688 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-ia32.cc5463 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2620 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2622 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-x87.cc2691 LAllocateBlockContext* result = in DoAllocateBlockContext()
2692 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-x87.cc6024 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2578 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2580 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-mips.cc2578 LAllocateBlockContext* result = in DoAllocateBlockContext()
2579 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-mips.cc5625 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2590 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2592 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-x64.cc2676 LAllocateBlockContext* result = in DoAllocateBlockContext()
2677 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-x64.cc5656 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2619 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2621 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-arm.cc2630 LAllocateBlockContext* result = in DoAllocateBlockContext()
2631 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-arm.cc5595 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2624 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2626 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-mips64.cc2582 LAllocateBlockContext* result = in DoAllocateBlockContext()
2583 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-mips64.cc5830 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2503 class LAllocateBlockContext : public LTemplateInstruction<1, 2, 0> {
2505 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-ppc.cc2582 LAllocateBlockContext* result = in DoAllocateBlockContext()
2583 new (zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-ppc.cc5865 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2952 class LAllocateBlockContext: public LTemplateInstruction<1, 2, 0> {
2954 LAllocateBlockContext(LOperand* context, LOperand* function) { in LAllocateBlockContext() function
Dlithium-arm64.cc2726 LAllocateBlockContext* result = in DoAllocateBlockContext()
2727 new(zone()) LAllocateBlockContext(context, function); in DoAllocateBlockContext()
Dlithium-codegen-arm64.cc5778 void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { in DoAllocateBlockContext()