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

Unified Diff: runtime/vm/object.cc

Issue 2994073003: [kernel] Set kernel_data in ConvertedClosureFunction (Closed)
Patch Set: 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
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 862c631c205dfa6667a68f79850ff9eff4d8ac0f..ff9fd5c1d26ba24a70ad694af1615452de73b4fc 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -6994,6 +6994,7 @@ RawFunction* Function::ConvertedClosureFunction() const {
closure_function.SetParameterNameAt(i, param_name);
}
closure_function.set_kernel_offset(kernel_offset());
+ closure_function.set_kernel_data(TypedData::Handle(zone, kernel_data()));
const Type& signature_type =
Type::Handle(zone, closure_function.SignatureType());
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698