| OLD | NEW |
| 1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 V(CmpObjectEqAndBranch) \ | 84 V(CmpObjectEqAndBranch) \ |
| 85 V(CmpMapAndBranch) \ | 85 V(CmpMapAndBranch) \ |
| 86 V(CmpT) \ | 86 V(CmpT) \ |
| 87 V(ConstantD) \ | 87 V(ConstantD) \ |
| 88 V(ConstantI) \ | 88 V(ConstantI) \ |
| 89 V(ConstantS) \ | 89 V(ConstantS) \ |
| 90 V(ConstantT) \ | 90 V(ConstantT) \ |
| 91 V(Context) \ | 91 V(Context) \ |
| 92 V(DebugBreak) \ | 92 V(DebugBreak) \ |
| 93 V(DeclareGlobals) \ | 93 V(DeclareGlobals) \ |
| 94 V(Deoptimize) \ | |
| 95 V(DivI) \ | 94 V(DivI) \ |
| 96 V(DoubleToI) \ | 95 V(DoubleToI) \ |
| 97 V(DoubleToSmi) \ | 96 V(DoubleToSmi) \ |
| 98 V(DummyUse) \ | 97 V(DummyUse) \ |
| 99 V(ElementsKind) \ | 98 V(ElementsKind) \ |
| 100 V(MapEnumLength) \ | 99 V(MapEnumLength) \ |
| 101 V(FunctionLiteral) \ | 100 V(FunctionLiteral) \ |
| 102 V(GetCachedArrayIndex) \ | 101 V(GetCachedArrayIndex) \ |
| 103 V(GlobalObject) \ | 102 V(GlobalObject) \ |
| 104 V(GlobalReceiver) \ | 103 V(GlobalReceiver) \ |
| (...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2726 | 2725 |
| 2727 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); | 2726 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); |
| 2728 }; | 2727 }; |
| 2729 | 2728 |
| 2730 #undef DECLARE_HYDROGEN_ACCESSOR | 2729 #undef DECLARE_HYDROGEN_ACCESSOR |
| 2731 #undef DECLARE_CONCRETE_INSTRUCTION | 2730 #undef DECLARE_CONCRETE_INSTRUCTION |
| 2732 | 2731 |
| 2733 } } // namespace v8::int | 2732 } } // namespace v8::int |
| 2734 | 2733 |
| 2735 #endif // V8_X64_LITHIUM_X64_H_ | 2734 #endif // V8_X64_LITHIUM_X64_H_ |
| OLD | NEW |