Searched refs:LLoadFunctionPrototype (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1641 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 1> { 1643 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-ia32.cc | 2193 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()), in DoLoadFunctionPrototype()
|
D | lithium-codegen-ia32.cc | 2993 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1651 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 1> { 1653 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-x87.cc | 2191 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()), in DoLoadFunctionPrototype()
|
D | lithium-codegen-x87.cc | 3283 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1630 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 0> { 1632 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-x64.cc | 2157 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-x64.cc | 3021 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1606 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 0> { 1608 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-mips64.cc | 2135 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-mips64.cc | 3026 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1607 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 0> { 1609 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-mips.cc | 2137 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-mips.cc | 3042 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1643 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 0> { 1645 explicit LLoadFunctionPrototype(LOperand* function) { in LLoadFunctionPrototype() function
|
D | lithium-arm.cc | 2188 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function())))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-arm.cc | 3145 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1724 class LLoadFunctionPrototype FINAL : public LTemplateInstruction<1, 1, 1> { 1726 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { in LLoadFunctionPrototype() function
|
D | lithium-arm64.cc | 1659 new(zone()) LLoadFunctionPrototype(function, temp))); in DoLoadFunctionPrototype()
|
D | lithium-codegen-arm64.cc | 3334 void LCodeGen::DoLoadFunctionPrototype(LLoadFunctionPrototype* instr) { in DoLoadFunctionPrototype()
|