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

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 539153002: Port and integrate the irregexp engine from V8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed Ivan's comments. Created 6 years, 2 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/flow_graph_compiler.cc ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_optimizer.h
diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
index 3415b6d45bba6eb4d4727af096b63c1e566b9cff..455f2d0d9dd2276721b2fe6911938ded7423ac38 100644
--- a/runtime/vm/flow_graph_optimizer.h
+++ b/runtime/vm/flow_graph_optimizer.h
@@ -144,6 +144,19 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
TargetEntryInstr** entry,
Definition** last);
+ Definition* PrepareInlineStringIndexOpUnchecked(Instruction* call,
+ intptr_t cid,
+ intptr_t count,
+ Definition* str,
+ Definition* index,
+ Instruction* cursor);
+
+ bool InlineStringCodeUnitsAt(Instruction* call,
+ intptr_t cid,
+ intptr_t count,
+ TargetEntryInstr** entry,
+ Definition** last);
+
bool InlineStringBaseCharAt(Instruction* call,
intptr_t cid,
TargetEntryInstr** entry,
« no previous file with comments | « runtime/vm/flow_graph_compiler.cc ('k') | runtime/vm/flow_graph_optimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698