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

Side by Side Diff: runtime/vm/symbols.h

Issue 10982012: Address Siva's comments (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_SYMBOLS_H_ 5 #ifndef VM_SYMBOLS_H_
6 #define VM_SYMBOLS_H_ 6 #define VM_SYMBOLS_H_
7 7
8 #include "vm/object.h" 8 #include "vm/object.h"
9 #include "vm/snapshot_ids.h" 9 #include "vm/snapshot_ids.h"
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 V(PatchClass, "PatchClass") \ 71 V(PatchClass, "PatchClass") \
72 V(Function, "Function") \ 72 V(Function, "Function") \
73 V(ClosureData, "ClosureData") \ 73 V(ClosureData, "ClosureData") \
74 V(RedirectionData, "RedirectionData") \ 74 V(RedirectionData, "RedirectionData") \
75 V(Field, "Field") \ 75 V(Field, "Field") \
76 V(LiteralToken, "LiteralToken") \ 76 V(LiteralToken, "LiteralToken") \
77 V(TokenStream, "TokenStream") \ 77 V(TokenStream, "TokenStream") \
78 V(Script, "Script") \ 78 V(Script, "Script") \
79 V(LibraryClass, "Library") \ 79 V(LibraryClass, "Library") \
80 V(LibraryPrefix, "LibraryPrefix") \ 80 V(LibraryPrefix, "LibraryPrefix") \
81 V(Namespace, "Namespace") \
81 V(Code, "Code") \ 82 V(Code, "Code") \
82 V(Instructions, "Instructions") \ 83 V(Instructions, "Instructions") \
83 V(PcDescriptors, "PcDescriptors") \ 84 V(PcDescriptors, "PcDescriptors") \
84 V(Stackmap, "Stackmap") \ 85 V(Stackmap, "Stackmap") \
85 V(LocalVarDescriptors, "LocalVarDescriptors") \ 86 V(LocalVarDescriptors, "LocalVarDescriptors") \
86 V(ExceptionHandlers, "ExceptionHandlers") \ 87 V(ExceptionHandlers, "ExceptionHandlers") \
87 V(DeoptInfo, "DeoptInfo") \ 88 V(DeoptInfo, "DeoptInfo") \
88 V(Context, "Context") \ 89 V(Context, "Context") \
89 V(ContextScope, "ContextScope") \ 90 V(ContextScope, "ContextScope") \
90 V(ICData, "ICData") \ 91 V(ICData, "ICData") \
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 friend class SnapshotReader; 221 friend class SnapshotReader;
221 friend class SnapshotWriter; 222 friend class SnapshotWriter;
222 friend class ApiMessageReader; 223 friend class ApiMessageReader;
223 224
224 DISALLOW_COPY_AND_ASSIGN(Symbols); 225 DISALLOW_COPY_AND_ASSIGN(Symbols);
225 }; 226 };
226 227
227 } // namespace dart 228 } // namespace dart
228 229
229 #endif // VM_SYMBOLS_H_ 230 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698