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

Unified Diff: runtime/vm/object.h

Issue 1371453002: Precompile invoke-field-dispatchers for closures. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/code_generator.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 1b398ddc6faebb9cbb6cfd7171c06da2590a5e2f..c0b5e925fc81b257ce06d8bb60ff58d394de1628 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1313,7 +1313,8 @@ class Class : public Object {
RawFunction* GetInvocationDispatcher(const String& target_name,
const Array& args_desc,
- RawFunction::Kind kind) const;
+ RawFunction::Kind kind,
+ bool create_if_absent) const;
void Finalize() const;
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698