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

Unified Diff: runtime/vm/kernel_binary_flowgraph.cc

Issue 2988373002: Store parts in Kernel Library, resynthesize parts in Analyzer. (Closed)
Patch Set: Fixes for review comments. Created 3 years, 4 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/kernel_binary_flowgraph.cc
diff --git a/runtime/vm/kernel_binary_flowgraph.cc b/runtime/vm/kernel_binary_flowgraph.cc
index 9d363ad04cf936b5cc9c4a0501305bf9387c1b04..6d75d5efb6236f1eaa9fe160d9b10d39650ff045 100644
--- a/runtime/vm/kernel_binary_flowgraph.cc
+++ b/runtime/vm/kernel_binary_flowgraph.cc
@@ -4234,6 +4234,11 @@ void StreamingFlowGraphBuilder::SkipLibraryDependency() {
}
}
+void StreamingFlowGraphBuilder::SkipLibraryPart() {
+ SkipListOfExpressions(); // Read annotations.
+ ReadStringReference(); // read uri_index.
+}
+
void StreamingFlowGraphBuilder::SkipLibraryTypedef() {
SkipCanonicalNameReference(); // read canonical name.
ReadPosition(); // read position.

Powered by Google App Engine
This is Rietveld 408576698