Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h110 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm.h2344 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2346 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm.cc2339 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h107 void DoDeferredAllocate(LAllocate* instr);
Dlithium-s390.h2127 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2129 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
Dlithium-s390.cc2114 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h95 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x64.h2348 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2350 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-x64.cc2400 LAllocate* result = new (zone()) LAllocate(context, size, temp); in DoAllocate()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h97 void DoDeferredAllocate(LAllocate* instr);
Dlithium-ia32.h2363 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2365 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-ia32.cc2395 LAllocate* result = new (zone()) LAllocate(context, size, temp); in DoAllocate()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h108 void DoDeferredAllocate(LAllocate* instr);
Dlithium-ppc.h2277 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2279 LAllocate(LOperand* context, LOperand* size, LOperand* temp1, in LAllocate() function
Dlithium-ppc.cc2306 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h109 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips.h2304 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2306 LAllocate(LOperand* context, in LAllocate() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h110 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips64.h2350 class LAllocate final : public LTemplateInstruction<1, 2, 2> {
2352 LAllocate(LOperand* context, in LAllocate() function
Dlithium-mips64.cc2291 LAllocate* result = new (zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h128 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm64.h605 class LAllocate final : public LTemplateInstruction<1, 2, 3> {
607 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm64.cc854 LAllocate* result = in DoAllocate()
855 new (zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h132 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x87.h2359 class LAllocate final : public LTemplateInstruction<1, 2, 1> {
2361 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function

12