| OLD | NEW |
| 1 // Copyright 2011 the V8 project authors. All rights reserved. | 1 // Copyright 2011 the V8 project authors. All rights reserved. |
| 2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
| 3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
| 4 // met: | 4 // met: |
| 5 // | 5 // |
| 6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
| 7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
| 8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
| 9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
| 10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 // LCallKnownGlobal | 78 // LCallKnownGlobal |
| 79 // LCallNamed | 79 // LCallNamed |
| 80 // LCallRuntime | 80 // LCallRuntime |
| 81 // LCallStub | 81 // LCallStub |
| 82 // LConstant | 82 // LConstant |
| 83 // LConstantD | 83 // LConstantD |
| 84 // LConstantI | 84 // LConstantI |
| 85 // LConstantT | 85 // LConstantT |
| 86 // LDeoptimize | 86 // LDeoptimize |
| 87 // LFunctionLiteral | 87 // LFunctionLiteral |
| 88 // LGap |
| 89 // LLabel |
| 88 // LGlobalObject | 90 // LGlobalObject |
| 89 // LGlobalReceiver | 91 // LGlobalReceiver |
| 90 // LLabel | 92 // LGoto |
| 91 // LLayzBailout | 93 // LLazyBailout |
| 92 // LLoadGlobal | 94 // LLoadGlobal |
| 93 // LMaterializedLiteral | 95 // LMaterializedLiteral |
| 94 // LArrayLiteral | 96 // LArrayLiteral |
| 95 // LObjectLiteral | 97 // LObjectLiteral |
| 96 // LRegExpLiteral | 98 // LRegExpLiteral |
| 97 // LOsrEntry | 99 // LOsrEntry |
| 98 // LParameter | 100 // LParameter |
| 99 // LRegExpConstructResult | 101 // LRegExpConstructResult |
| 100 // LStackCheck | 102 // LStackCheck |
| 101 // LStoreKeyed | 103 // LStoreKeyed |
| (...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); | 2142 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); |
| 2141 }; | 2143 }; |
| 2142 | 2144 |
| 2143 #undef DECLARE_HYDROGEN_ACCESSOR | 2145 #undef DECLARE_HYDROGEN_ACCESSOR |
| 2144 #undef DECLARE_INSTRUCTION | 2146 #undef DECLARE_INSTRUCTION |
| 2145 #undef DECLARE_CONCRETE_INSTRUCTION | 2147 #undef DECLARE_CONCRETE_INSTRUCTION |
| 2146 | 2148 |
| 2147 } } // namespace v8::internal | 2149 } } // namespace v8::internal |
| 2148 | 2150 |
| 2149 #endif // V8_IA32_LITHIUM_IA32_H_ | 2151 #endif // V8_IA32_LITHIUM_IA32_H_ |
| OLD | NEW |