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

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

Completed in 469 milliseconds