Home
last modified time | relevance | path

Searched refs:LLoadContextSlot (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h1774 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1776 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-ia32.cc291 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2140 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-ia32.cc2876 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/x87/
Dlithium-x87.h1784 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1786 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-x87.cc302 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2138 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-x87.cc3172 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/x64/
Dlithium-x64.h1760 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1762 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-x64.cc285 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2095 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-x64.cc2905 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/mips64/
Dlithium-mips64.h1721 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1723 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-mips64.cc279 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2085 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-mips64.cc2910 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/mips/
Dlithium-mips.h1722 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1724 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-mips.cc279 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2087 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-mips.cc2941 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/arm/
Dlithium-arm.h1758 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1760 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-arm.cc272 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2138 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-arm.cc3048 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()
/external/v8/src/arm64/
Dlithium-arm64.h1681 class LLoadContextSlot FINAL : public LTemplateInstruction<1, 1, 0> {
1683 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot() function
Dlithium-arm64.cc253 void LLoadContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
1646 DefineAsRegister(new(zone()) LLoadContextSlot(context)); in DoLoadContextSlot()
Dlithium-codegen-arm64.cc3317 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) { in DoLoadContextSlot()