Searched refs:LLoadContextSlot (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1774 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1776 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-ia32.cc | 291 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2140 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-ia32.cc | 2876 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1784 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1786 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-x87.cc | 302 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2138 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-x87.cc | 3172 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1760 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1762 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-x64.cc | 285 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2095 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-x64.cc | 2905 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1721 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1723 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-mips64.cc | 279 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2085 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-mips64.cc | 2910 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1722 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1724 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-mips.cc | 279 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2087 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-mips.cc | 2941 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1758 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1760 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-arm.cc | 272 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 2138 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-arm.cc | 3048 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1681 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> { 1683 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
|
D | lithium-arm64.cc | 253 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo() 1646 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
|
D | lithium-codegen-arm64.cc | 3317 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
|