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

Unified Diff: vm/symbols.h

Issue 10827249: - Register canonical names for internal VM classes and get rid of the method GetSingletonClassName (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« vm/object.h ('K') | « vm/stub_code_x64.cc ('k') | vm/symbols.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/symbols.h
===================================================================
--- vm/symbols.h (revision 10450)
+++ vm/symbols.h (working copy)
@@ -53,6 +53,37 @@
V(Import, "import") \
V(Source, "source") \
V(Resource, "resource") \
+ V(Class, "Class") \
+ V(Null, "Null") \
+ V(Dynamic, "Dynamic") \
+ V(Void, "void") \
+ V(UnresolvedClass, "UnresolvedClass") \
+ V(Type, "Type") \
+ V(TypeParameter, "TypeParameter") \
+ V(TypeArguments, "TypeArguments") \
+ V(InstantiatedTypeArguments, "InstantiatedTypeArguments") \
+ V(Function, "Function") \
+ V(Field, "Field") \
+ V(LiteralToken, "LiteralToken") \
+ V(TokenStream, "TokenStream") \
+ V(Script, "Script") \
+ V(LibraryClass, "Library") \
+ V(LibraryPrefix, "LibraryPrefix") \
+ V(Code, "Code") \
+ V(Instructions, "Instructions") \
+ V(PcDescriptors, "PcDescriptors") \
+ V(Stackmap, "Stackmap") \
+ V(LocalVarDescriptors, "LocalVarDescriptors") \
+ V(ExceptionHandlers, "ExceptionHandlers") \
+ V(DeoptInfo, "DeoptInfo") \
+ V(Context, "Context") \
+ V(ContextScope, "ContextScope") \
+ V(ICData, "ICData") \
+ V(SubtypeTestCache, "SubtypeTestCache") \
+ V(ApiError, "ApiError") \
+ V(LanguageError, "LanguageError") \
+ V(UnhandledException, "UnhandledException") \
+ V(UnwindError, "UnwindError") \
// Contains a list of frequently used strings in a canonicalized form. This
// list is kept in the vm_isolate in order to share the copy across isolates
« vm/object.h ('K') | « vm/stub_code_x64.cc ('k') | vm/symbols.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698