Searched refs:LStoreGlobalCell (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1645 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1647 LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-arm.cc2107 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
2108 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-codegen-arm.cc2965 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1670 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 0> { class in namespace:v8::internal
1672 explicit LStoreGlobalCell(LOperand* value) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-ia32.cc2155 LStoreGlobalCell* result =
2156 new(zone()) LStoreGlobalCell(UseRegister(instr->value()));
H A Dlithium-codegen-ia32.cc3056 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1622 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1624 LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-mips.cc2026 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
2027 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-codegen-mips.cc2836 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1581 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1583 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-x64.cc2019 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
2020 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-codegen-x64.cc2671 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc1821 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
1822 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-arm.h1305 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1307 LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-codegen-arm.cc2335 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1325 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 0> { class in namespace:v8::internal
1327 explicit LStoreGlobalCell(LOperand* value) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-ia32.cc1873 LStoreGlobalCell* result =
1874 new(zone()) LStoreGlobalCell(UseRegister(instr->value()));
H A Dlithium-codegen-ia32.cc2128 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc1823 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
1824 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-mips.h1285 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1287 LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-codegen-mips.cc2209 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc1809 ? AssignEnvironment(new(zone()) LStoreGlobalCell(value, TempRegister()))
1810 : new(zone()) LStoreGlobalCell(value, NULL);
H A Dlithium-x64.h1284 class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
1286 explicit LStoreGlobalCell(LOperand* value, LOperand* temp) { function in class:v8::internal::LStoreGlobalCell
H A Dlithium-codegen-x64.cc2091 void LCodeGen::DoStoreGlobalCell(LStoreGlobalCell* instr) {

Completed in 220 milliseconds