Searched refs:LStoreGlobalCell (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 1284 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { 1286 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
|
D | lithium-x64.cc | 1809 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell() 1810 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
|
D | lithium-codegen-x64.cc | 2091 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1285 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { 1287 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
|
D | lithium-mips.cc | 1823 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell() 1824 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
|
D | lithium-codegen-mips.cc | 2209 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1305 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { 1307 LStoreGlobalCell(LOperand* value, LOperand* temp) { in LStoreGlobalCell() function
|
D | lithium-arm.cc | 1821 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister())) in DoStoreGlobalCell() 1822 : new(zone()) LStoreGlobalCell(value, NULL); in DoStoreGlobalCell()
|
D | lithium-codegen-arm.cc | 2335 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1325 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 0> { 1327 explicit LStoreGlobalCell(LOperand* value) { in LStoreGlobalCell() function
|
D | lithium-ia32.cc | 1873 LStoreGlobalCell* result = in DoStoreGlobalCell() 1874 new(zone()) LStoreGlobalCell(UseRegister(instr->value())); in DoStoreGlobalCell()
|
D | lithium-codegen-ia32.cc | 2128 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) { in DoStoreGlobalCell()
|