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

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

Issue 216383004: Merge initial implementation of deferred handling in the VM: (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 8 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/snapshot.cc ('k') | tests/language/deferred_constraints_type_annotation_test.dart » ('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 (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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 V(SavedCurrentContextVar, ":saved_current_context_var") \ 59 V(SavedCurrentContextVar, ":saved_current_context_var") \
60 V(SavedEntryContextVar, ":saved_entry_context_var") \ 60 V(SavedEntryContextVar, ":saved_entry_context_var") \
61 V(SavedTryContextVar, ":saved_try_context_var") \ 61 V(SavedTryContextVar, ":saved_try_context_var") \
62 V(ExceptionVar, ":exception_var") \ 62 V(ExceptionVar, ":exception_var") \
63 V(StackTraceVar, ":stack_trace_var") \ 63 V(StackTraceVar, ":stack_trace_var") \
64 V(ListLiteralElement, "list literal element") \ 64 V(ListLiteralElement, "list literal element") \
65 V(ForInIter, ":for-in-iter") \ 65 V(ForInIter, ":for-in-iter") \
66 V(ClosureFunctionField, ":function") \ 66 V(ClosureFunctionField, ":function") \
67 V(ClosureContextField, ":context") \ 67 V(ClosureContextField, ":context") \
68 V(Library, "library") \ 68 V(Library, "library") \
69 V(LoadLibrary, "loadLibrary") \
70 V(_LibraryPrefix, "_LibraryPrefix") \
69 V(Native, "native") \ 71 V(Native, "native") \
70 V(Import, "import") \ 72 V(Import, "import") \
71 V(Source, "source") \ 73 V(Source, "source") \
72 V(Class, "Class") \ 74 V(Class, "Class") \
73 V(Null, "Null") \ 75 V(Null, "Null") \
74 V(Dynamic, "dynamic") \ 76 V(Dynamic, "dynamic") \
75 V(Void, "void") \ 77 V(Void, "void") \
76 V(UnresolvedClass, "UnresolvedClass") \ 78 V(UnresolvedClass, "UnresolvedClass") \
77 V(Type, "_Type") \ 79 V(Type, "_Type") \
78 V(TypeRef, "_TypeRef") \ 80 V(TypeRef, "_TypeRef") \
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 friend class SnapshotReader; 526 friend class SnapshotReader;
525 friend class SnapshotWriter; 527 friend class SnapshotWriter;
526 friend class ApiMessageReader; 528 friend class ApiMessageReader;
527 529
528 DISALLOW_COPY_AND_ASSIGN(Symbols); 530 DISALLOW_COPY_AND_ASSIGN(Symbols);
529 }; 531 };
530 532
531 } // namespace dart 533 } // namespace dart
532 534
533 #endif // VM_SYMBOLS_H_ 535 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | tests/language/deferred_constraints_type_annotation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698