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

Side by Side Diff: vm/opt_code_generator_ia32.h

Issue 10012042: Wire GrowableArray to use the internal VM object. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, 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_OPT_CODE_GENERATOR_IA32_H_ 5 #ifndef VM_OPT_CODE_GENERATOR_IA32_H_
6 #define VM_OPT_CODE_GENERATOR_IA32_H_ 6 #define VM_OPT_CODE_GENERATOR_IA32_H_
7 7
8 #ifndef VM_OPT_CODE_GENERATOR_H_ 8 #ifndef VM_OPT_CODE_GENERATOR_H_
9 #error Do not include opt_code_generator_ia32.h; use opt_code_generator.h. 9 #error Do not include opt_code_generator_ia32.h; use opt_code_generator.h.
10 #endif 10 #endif
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 void PropagateBackLocalClass(AstNode* node, const Class& cls); 150 void PropagateBackLocalClass(AstNode* node, const Class& cls);
151 151
152 void PrintCollectedClassesAtId(AstNode* node, intptr_t id); 152 void PrintCollectedClassesAtId(AstNode* node, intptr_t id);
153 void TraceOpt(AstNode* node, const char* message); 153 void TraceOpt(AstNode* node, const char* message);
154 void TraceNotOpt(AstNode* node, const char* message); 154 void TraceNotOpt(AstNode* node, const char* message);
155 155
156 GrowableArray<DeoptimizationBlob*> deoptimization_blobs_; 156 GrowableArray<DeoptimizationBlob*> deoptimization_blobs_;
157 ClassesForLocals* classes_for_locals_; 157 ClassesForLocals* classes_for_locals_;
158 const Class& smi_class_; 158 const Class& smi_class_;
159 const Class& double_class_; 159 const Class& double_class_;
160 const Class& growable_object_array_class_;
160 161
161 DISALLOW_IMPLICIT_CONSTRUCTORS(OptimizingCodeGenerator); 162 DISALLOW_IMPLICIT_CONSTRUCTORS(OptimizingCodeGenerator);
162 }; 163 };
163 164
164 } // namespace dart 165 } // namespace dart
165 166
166 167
167 #endif // VM_OPT_CODE_GENERATOR_IA32_H_ 168 #endif // VM_OPT_CODE_GENERATOR_IA32_H_
OLDNEW
« vm/object.cc ('K') | « vm/object.cc ('k') | vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698