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

Unified Diff: runtime/vm/regexp_assembler.cc

Issue 878243002: Cleanup: use const reference for ParsedFunction where possible. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp_assembler.cc
===================================================================
--- runtime/vm/regexp_assembler.cc (revision 43213)
+++ runtime/vm/regexp_assembler.cc (working copy)
@@ -121,7 +121,7 @@
// Create and generate all preset blocks.
entry_block_ =
new(isolate) GraphEntryInstr(
- parsed_function_,
+ *parsed_function_,
new(isolate) TargetEntryInstr(block_id_.Alloc(), kInvalidTryIndex),
Isolate::kNoDeoptId);
start_block_ =
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698