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

Unified Diff: runtime/vm/regexp.h

Issue 2950783003: VM(RegExp): Allow OSR optimization of RegExp :matcher functions. (Closed)
Patch Set: Created 3 years, 6 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
Index: runtime/vm/regexp.h
diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h
index dbb89a43e4160b9b8fe556eafa96f970186dabbe..a9dbe09a7a571a041913ad2590378f72b1e7163e 100644
--- a/runtime/vm/regexp.h
+++ b/runtime/vm/regexp.h
@@ -1393,7 +1393,8 @@ class RegExpEngine : public AllStatic {
static CompilationResult CompileIR(
RegExpCompileData* input,
const ParsedFunction* parsed_function,
- const ZoneGrowableArray<const ICData*>& ic_data_array);
+ const ZoneGrowableArray<const ICData*>& ic_data_array,
+ intptr_t osr_id);
static CompilationResult CompileBytecode(RegExpCompileData* data,
const RegExp& regexp,

Powered by Google App Engine
This is Rietveld 408576698