/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 1490 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1492 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-arm.cc | 2716 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2723 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
H A D | lithium-arm.cc | 2070 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0);
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 1499 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1501 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 2079 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
|
H A D | lithium-codegen-ia32.cc | 2532 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2538 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 1454 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1456 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-mips.cc | 2611 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2618 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
H A D | lithium-mips.cc | 2017 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0);
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 1516 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1518 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-mips64.cc | 2747 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2754 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
H A D | lithium-mips64.cc | 2020 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0);
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 1466 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1468 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-ppc.cc | 2812 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2819 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 1364 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1366 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-s390.cc | 2769 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2776 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 1496 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1498 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, function in class:v8::internal::final
|
H A D | lithium-x64.cc | 2066 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
|
H A D | lithium-codegen-x64.cc | 2675 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2681 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 1489 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1491 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-x87.cc | 2075 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
|
H A D | lithium-codegen-x87.cc | 2811 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 2817 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 1676 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> { 1678 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
|
H A D | lithium-codegen-arm64.cc | 3382 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { 3387 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
|
H A D | lithium-arm64.cc | 1640 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0);
|