Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1060)

Side by Side Diff: src/x64/lithium-x64.h

Issue 5862002: Version 3.0.2. (Closed)
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2010 the V8 project authors. All rights reserved. 1 // Copyright 2010 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 bool IsGapAt(int index) const { 209 bool IsGapAt(int index) const {
210 UNIMPLEMENTED(); 210 UNIMPLEMENTED();
211 return false; 211 return false;
212 } 212 }
213 213
214 int NearestGapPos(int index) const { 214 int NearestGapPos(int index) const {
215 UNIMPLEMENTED(); 215 UNIMPLEMENTED();
216 return 0; 216 return 0;
217 } 217 }
218 218
219 int NearestNextGapPos(int index) const {
220 UNIMPLEMENTED();
221 return 0;
222 }
223
219 void MarkEmptyBlocks() { UNIMPLEMENTED(); } 224 void MarkEmptyBlocks() { UNIMPLEMENTED(); }
220 225
221 #ifdef DEBUG 226 #ifdef DEBUG
222 void Verify() { UNIMPLEMENTED(); } 227 void Verify() { UNIMPLEMENTED(); }
223 #endif 228 #endif
224 }; 229 };
225 230
226 231
227 class LChunkBuilder BASE_EMBEDDED { 232 class LChunkBuilder BASE_EMBEDDED {
228 public: 233 public:
(...skipping 13 matching lines...) Expand all
242 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) 247 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
243 #undef DECLARE_DO 248 #undef DECLARE_DO
244 249
245 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); 250 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder);
246 }; 251 };
247 252
248 253
249 } } // namespace v8::internal 254 } } // namespace v8::internal
250 255
251 #endif // V8_X64_LITHIUM_X64_H_ 256 #endif // V8_X64_LITHIUM_X64_H_
OLDNEW
« ChangeLog ('K') | « src/x64/full-codegen-x64.cc ('k') | src/x64/macro-assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698