Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h1284 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> {
1286 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-x64.cc1809 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
1810 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-x64.cc2091 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/mips/
Dlithium-mips.h1285 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> {
1287 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-mips.cc1823 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
1824 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-mips.cc2209 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/arm/
Dlithium-arm.h1305 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> {
1307 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
Dlithium-arm.cc1821 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell()
1822 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
Dlithium-codegen-arm.cc2335 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
/external/v8/src/ia32/
Dlithium-ia32.h1325 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 0> {
1327 explicit LStoreGlobalCell(LOperand* value) { in LStoreGlobalCell() function
Dlithium-ia32.cc1873 LStoreGlobalCell* result = in DoStoreGlobalCell()
1874 new(zone()) LStoreGlobalCell(UseRegister(instr->value())); in DoStoreGlobalCell()
Dlithium-codegen-ia32.cc2128 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()