/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1547 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> { 1549 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-ia32.cc | 2161 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()), in DoLoadFunctionPrototype()
|
D | lithium-codegen-ia32.cc | 2771 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1555 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> { 1557 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-x87.cc | 2159 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()), in DoLoadFunctionPrototype()
|
D | lithium-codegen-x87.cc | 3046 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1526 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> { 1528 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-mips.cc | 2111 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-mips.cc | 2736 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1542 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> { 1544 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-x64.cc | 2136 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-x64.cc | 2786 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1563 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> { 1565 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-arm.cc | 2164 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-arm.cc | 2815 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1588 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> { 1590 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-mips64.cc | 2114 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-mips64.cc | 2876 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1507 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> { 1509 explicit LLoadFunctionPrototype(LOperand* function) { inputs_[0] = function; } in LLoadFunctionPrototype() function
|
D | lithium-ppc.cc | 2125 new (zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-ppc.cc | 2918 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1628 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> { 1630 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-arm64.cc | 1634 new(zone()) LLoadFunctionPrototype(function, temp))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-arm64.cc | 3023 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|