Home
last modified time | relevance | path

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

12

/external/v8/src/x64/
Dlithium-codegen-x64.h100 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x64.h2513 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2515 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-x64.cc2457 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
Dlithium-codegen-x64.cc5300 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5303 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5310 LAllocate* instr_; in DoAllocate()
5366 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
/external/v8/src/arm/
Dlithium-codegen-arm.h117 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm.h2526 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2528 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm.cc2420 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
Dlithium-codegen-arm.cc5322 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5325 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5332 LAllocate* instr_; in DoAllocate()
5388 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h106 void DoDeferredAllocate(LAllocate* instr);
Dlithium-ia32.h2532 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2534 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-ia32.cc2476 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()
Dlithium-codegen-ia32.cc5122 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
5125 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
5132 LAllocate* instr_; in DoAllocate()
5187 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
/external/v8/src/mips64/
Dlithium-codegen-mips64.h116 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips64.h2470 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2472 LAllocate(LOperand* context, in LAllocate() function
Dlithium-mips64.cc2369 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/mips/
Dlithium-codegen-mips.h115 void DoDeferredAllocate(LAllocate* instr);
Dlithium-mips.h2486 class LAllocate FINAL : public LTemplateInstruction<1, 2, 2> {
2488 LAllocate(LOperand* context, in LAllocate() function
Dlithium-mips.cc2369 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2); in DoAllocate()
/external/v8/src/arm64/
Dlithium-codegen-arm64.h139 void DoDeferredAllocate(LAllocate* instr);
Dlithium-arm64.h639 class LAllocate FINAL : public LTemplateInstruction<1, 2, 3> {
641 LAllocate(LOperand* context, in LAllocate() function
Dlithium-arm64.cc896 LAllocate* result = new(zone()) LAllocate(context, size, temp1, temp2, temp3); in DoAllocate()
Dlithium-codegen-arm64.cc1540 void LCodeGen::DoAllocate(LAllocate* instr) { in DoAllocate()
1543 DeferredAllocate(LCodeGen* codegen, LAllocate* instr) in DoAllocate()
1548 LAllocate* instr_; in DoAllocate()
1608 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate()
/external/v8/src/x87/
Dlithium-codegen-x87.h140 void DoDeferredAllocate(LAllocate* instr);
Dlithium-x87.h2548 class LAllocate FINAL : public LTemplateInstruction<1, 2, 1> {
2550 LAllocate(LOperand* context, LOperand* size, LOperand* temp) { in LAllocate() function
Dlithium-x87.cc2480 LAllocate* result = new(zone()) LAllocate(context, size, temp); in DoAllocate()

12