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

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

Issue 21440002: Inline CreateClassMirror and remove dead code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/function_type_mirror_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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 V(DartJson, "dart:json") \ 262 V(DartJson, "dart:json") \
263 V(DartMath, "dart:math") \ 263 V(DartMath, "dart:math") \
264 V(DartMirrors, "dart:mirrors") \ 264 V(DartMirrors, "dart:mirrors") \
265 V(DartTypedData, "dart:typed_data") \ 265 V(DartTypedData, "dart:typed_data") \
266 V(DartUtf, "dart:utf") \ 266 V(DartUtf, "dart:utf") \
267 V(_Random, "_Random") \ 267 V(_Random, "_Random") \
268 V(_state, "_state") \ 268 V(_state, "_state") \
269 V(_A, "_A") \ 269 V(_A, "_A") \
270 V(_stackTrace, "_stackTrace") \ 270 V(_stackTrace, "_stackTrace") \
271 V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \ 271 V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
272 V(_LocalClassMirrorImpl, "_LocalClassMirrorImpl") \
273 V(_LocalFunctionTypeMirrorImpl, "_LocalFunctionTypeMirrorImpl") \
272 V(_LocalLibraryMirrorImpl, "_LocalLibraryMirrorImpl") \ 274 V(_LocalLibraryMirrorImpl, "_LocalLibraryMirrorImpl") \
273 V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \ 275 V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
274 V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \ 276 V(_LocalVariableMirrorImpl, "_LocalVariableMirrorImpl") \
275 V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \ 277 V(_LocalParameterMirrorImpl, "_LocalParameterMirrorImpl") \
276 V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \ 278 V(_LocalIsolateMirrorImpl, "_LocalIsolateMirrorImpl") \
277 V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \ 279 V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
278 V(_LocalTypedefMirrorImpl, "_LocalTypedefMirrorImpl") \ 280 V(_LocalTypedefMirrorImpl, "_LocalTypedefMirrorImpl") \
279 V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \ 281 V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
280 282
281 283
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 friend class SnapshotReader; 477 friend class SnapshotReader;
476 friend class SnapshotWriter; 478 friend class SnapshotWriter;
477 friend class ApiMessageReader; 479 friend class ApiMessageReader;
478 480
479 DISALLOW_COPY_AND_ASSIGN(Symbols); 481 DISALLOW_COPY_AND_ASSIGN(Symbols);
480 }; 482 };
481 483
482 } // namespace dart 484 } // namespace dart
483 485
484 #endif // VM_SYMBOLS_H_ 486 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/function_type_mirror_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698