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

Side by Side Diff: src/objects-visiting.h

Issue 7860035: Merge bleeding edge up to 9192 into the GC branch. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 3 months 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/objects-inl.h ('k') | src/objects-visiting.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 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 kVisitStruct3, 93 kVisitStruct3,
94 kVisitStruct4, 94 kVisitStruct4,
95 kVisitStruct5, 95 kVisitStruct5,
96 kVisitStruct6, 96 kVisitStruct6,
97 kVisitStruct7, 97 kVisitStruct7,
98 kVisitStruct8, 98 kVisitStruct8,
99 kVisitStruct9, 99 kVisitStruct9,
100 kVisitStructGeneric, 100 kVisitStructGeneric,
101 101
102 kVisitConsString, 102 kVisitConsString,
103 kVisitSlicedString,
103 kVisitOddball, 104 kVisitOddball,
104 kVisitCode, 105 kVisitCode,
105 kVisitMap, 106 kVisitMap,
106 kVisitPropertyCell, 107 kVisitPropertyCell,
107 kVisitSharedFunctionInfo, 108 kVisitSharedFunctionInfo,
108 kVisitJSFunction, 109 kVisitJSFunction,
109 kVisitJSWeakMap, 110 kVisitJSWeakMap,
110 kVisitJSRegExp, 111 kVisitJSRegExp,
111 112
112 kVisitorIdCount, 113 kVisitorIdCount,
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 339
339 340
340 template<typename StaticVisitor> 341 template<typename StaticVisitor>
341 VisitorDispatchTable<typename StaticNewSpaceVisitor<StaticVisitor>::Callback> 342 VisitorDispatchTable<typename StaticNewSpaceVisitor<StaticVisitor>::Callback>
342 StaticNewSpaceVisitor<StaticVisitor>::table_; 343 StaticNewSpaceVisitor<StaticVisitor>::table_;
343 344
344 345
345 } } // namespace v8::internal 346 } } // namespace v8::internal
346 347
347 #endif // V8_OBJECTS_VISITING_H_ 348 #endif // V8_OBJECTS_VISITING_H_
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | src/objects-visiting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698