Searched refs:LLoadNamedGeneric (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1490 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1492 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-arm.cc2716 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2723 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
H A Dlithium-arm.cc2070 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1499 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1501 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-ia32.cc2079 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
H A Dlithium-codegen-ia32.cc2532 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2538 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1454 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1456 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-mips.cc2611 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2618 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
H A Dlithium-mips.cc2017 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1516 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1518 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc2747 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2754 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
H A Dlithium-mips64.cc2020 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1466 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1468 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc2812 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2819 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1364 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1366 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-s390.cc2769 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2776 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1496 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1498 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, function in class:v8::internal::final
H A Dlithium-x64.cc2066 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
H A Dlithium-codegen-x64.cc2675 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2681 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1489 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1491 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-x87.cc2075 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric(
H A Dlithium-codegen-x87.cc2811 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
2817 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1676 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1678 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc3382 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) {
3387 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr);
H A Dlithium-arm64.cc1640 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0);

Completed in 422 milliseconds

12