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

Side by Side Diff: runtime/vm/regexp_assembler_ir.cc

Issue 2976723003: Eliminate dependencies on assemblers and code stubs in precompiled runtime. (Closed)
Patch Set: Eliminate precompiled runtime flag Created 3 years, 5 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
« no previous file with comments | « runtime/vm/redundancy_elimination.cc ('k') | runtime/vm/runtime_entry.h » ('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) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, 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 #if !defined(DART_PRECOMPILED_RUNTIME)
6
5 #include "vm/regexp_assembler_ir.h" 7 #include "vm/regexp_assembler_ir.h"
6 8
7 #include "vm/bit_vector.h" 9 #include "vm/bit_vector.h"
8 #include "vm/compiler.h" 10 #include "vm/compiler.h"
9 #include "vm/dart_entry.h" 11 #include "vm/dart_entry.h"
10 #include "vm/flow_graph_builder.h" 12 #include "vm/flow_graph_builder.h"
11 #include "vm/il_printer.h" 13 #include "vm/il_printer.h"
12 #include "vm/object_store.h" 14 #include "vm/object_store.h"
13 #include "vm/regexp.h" 15 #include "vm/regexp.h"
14 #include "vm/resolver.h" 16 #include "vm/resolver.h"
(...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 1827
1826 return Bind(new (Z) LoadCodeUnitsInstr(pattern_val, index_val, characters, 1828 return Bind(new (Z) LoadCodeUnitsInstr(pattern_val, index_val, characters,
1827 specialization_cid_, 1829 specialization_cid_,
1828 TokenPosition::kNoSource)); 1830 TokenPosition::kNoSource));
1829 } 1831 }
1830 1832
1831 1833
1832 #undef __ 1834 #undef __
1833 1835
1834 } // namespace dart 1836 } // namespace dart
1837
1838 #endif // !defined(DART_PRECOMPILED_RUNTIME)
OLDNEW
« no previous file with comments | « runtime/vm/redundancy_elimination.cc ('k') | runtime/vm/runtime_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698