Home
last modified time | relevance | path

Searched refs:LAllocate (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h112 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm.h2456 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2458 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm.cc2432 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h97 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x64.h2432 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2434 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-x64.cc2468 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
Dlithium-codegen-x64.cc5178 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/
Dlithium-codegen-ppc.h108 void DoDeferredAllocate(LAllocate* instr);
Dlithium-ppc.h2354 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2356 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
Dlithium-ppc.cc2385 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h101 void DoDeferredAllocate(LAllocate* instr);
Dlithium-ia32.h2450 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2452 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-ia32.cc2475 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h111 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips.h2415 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2417 LAllocate(LOperand* context, in LAllocate() function
Dlithium-mips.cc2379 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h112 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips64.h2461 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2463 LAllocate(LOperand* context, in LAllocate() function
Dlithium-mips64.cc2384 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h130 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm64.h604 class LAllocate final : public LTemplateInstruction<1, 2, 3> {
606 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm64.cc893 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h136 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x87.h2464 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2466 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-x87.cc2479 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()

12