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

Side by Side Diff: src/globals.h

Issue 14886: Bring toiger up to date with bleeding edge 984. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/toiger/
Patch Set: Created 12 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 | Annotate | Revision Log
« no previous file with comments | « src/global-handles.cc ('k') | src/ic-arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 1 // Copyright 2006-2008 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 class Map; 176 class Map;
177 class MapSpace; 177 class MapSpace;
178 class MarkCompactCollector; 178 class MarkCompactCollector;
179 class NewSpace; 179 class NewSpace;
180 class NodeVisitor; 180 class NodeVisitor;
181 class Object; 181 class Object;
182 class OldSpace; 182 class OldSpace;
183 class Property; 183 class Property;
184 class Proxy; 184 class Proxy;
185 class RegExpNode; 185 class RegExpNode;
186 struct RegExpParseResult; 186 struct RegExpCompileData;
187 class RegExpTree; 187 class RegExpTree;
188 class RegExpCompiler; 188 class RegExpCompiler;
189 class RegExpVisitor; 189 class RegExpVisitor;
190 class Scope; 190 class Scope;
191 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo; 191 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
192 class Script; 192 class Script;
193 class Slot; 193 class Slot;
194 class Smi; 194 class Smi;
195 class Statement; 195 class Statement;
196 class String; 196 class String;
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 504
505 Dest dest; 505 Dest dest;
506 memcpy(&dest, &source, sizeof(dest)); 506 memcpy(&dest, &source, sizeof(dest));
507 return dest; 507 return dest;
508 } 508 }
509 509
510 510
511 } } // namespace v8::internal 511 } } // namespace v8::internal
512 512
513 #endif // V8_GLOBALS_H_ 513 #endif // V8_GLOBALS_H_
OLDNEW
« no previous file with comments | « src/global-handles.cc ('k') | src/ic-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698