Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1761 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 0> {
1763 explicit LStoreGlobalCell(LOperand* value) { in LStoreGlobalCell() function
Dlithium-ia32.cc2131 LStoreGlobalCell* result = in DoStoreGlobalCell()
2132 new(zone()) LStoreGlobalCell(UseRegister(instr->value())); in DoStoreGlobalCell()
Dlithium-codegen-ia32.cc2857 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/x87/
Dlithium-x87.h1771 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 0> {
1773 explicit LStoreGlobalCell(LOperand* value) { in LStoreGlobalCell() function
Dlithium-x87.cc2129 LStoreGlobalCell* result = in DoStoreGlobalCell()
2130 new(zone()) LStoreGlobalCell(UseRegister(instr->value())); in DoStoreGlobalCell()
Dlithium-codegen-x87.cc3153 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/x64/
Dlithium-x64.h1745 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 1> {
1747 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-x64.cc2087 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
2088 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-x64.cc2879 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/mips64/
Dlithium-mips64.h1706 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 1> {
1708 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-mips64.cc2077 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
2078 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-mips64.cc2885 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/mips/
Dlithium-mips.h1707 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 1> {
1709 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-mips.cc2079 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
2080 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-mips.cc2915 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/arm/
Dlithium-arm.h1743 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 1> {
1745 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-arm.cc2130 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
2131 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-arm.cc3023 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/arm64/
Dlithium-arm64.h2817 class LStoreGlobalCell FINAL : public LTemplateInstruction<0, 1, 2> {
2819 LStoreGlobalCell(LOperand* value, LOperand* temp1, LOperand* temp2) { in LStoreGlobalCell() function
Dlithium-arm64.cc2327 return AssignEnvironment(new(zone()) LStoreGlobalCell(value, in DoStoreGlobalCell()
2331 return new(zone()) LStoreGlobalCell(value, TempRegister(), NULL); in DoStoreGlobalCell()
Dlithium-codegen-arm64.cc5134 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()