/external/v8/src/ia32/ |
D | lithium-ia32.h | 1622 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1624 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-ia32.cc | 2184 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-ia32.cc | 2979 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 2986 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1632 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1634 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-x87.cc | 2182 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-x87.cc | 3269 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3276 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1610 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1612 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, in LLoadNamedGeneric() function
|
D | lithium-x64.cc | 2148 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
|
D | lithium-codegen-x64.cc | 3007 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3014 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1587 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1589 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-mips64.cc | 2127 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
|
D | lithium-codegen-mips64.cc | 3011 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3019 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1588 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1590 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-mips.cc | 2129 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
|
D | lithium-codegen-mips.cc | 3027 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3035 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1624 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1626 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-arm.cc | 2180 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0); in DoLoadNamedGeneric()
|
D | lithium-codegen-arm.cc | 3130 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3138 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1866 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> { 1868 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
|
D | lithium-arm64.cc | 1766 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0); in DoLoadNamedGeneric()
|
D | lithium-codegen-arm64.cc | 3693 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric() 3699 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
|