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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 1151523002: VM-internalize the default Map implementation. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add map serialization benchmark. Created 5 years, 7 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/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index e6f8b259dadf86be77a7679978136419d931620f..8ee794c4f24ddf63043b44db3d67b7cc34c9d32c 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -342,6 +342,11 @@ class EffectGraphVisitor : public AstNodeVisitor {
intptr_t offset,
const Type& type,
intptr_t class_id);
+ // Assumes setter parameter is named 'value'. Returns null constant.
+ ConstantInstr* DoNativeSetterStoreValue(
+ NativeBodyNode* node,
+ intptr_t offset,
+ StoreBarrierType emit_store_barrier);
// Helpers for translating parts of the AST.
void BuildPushArguments(const ArgumentListNode& node,

Powered by Google App Engine
This is Rietveld 408576698