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

Unified Diff: runtime/vm/object.h

Issue 1436243005: Collect closure functions in isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/isolate.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 69ade36c5bcdd5ef415b8593b1d3219bf0b90738..1b6766c6ec0e7940197a023952bac647ab459eb7 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1162,15 +1162,6 @@ class Class : public Object {
intptr_t FindImplicitClosureFunctionIndex(const Function& needle) const;
RawFunction* ImplicitClosureFunctionFromIndex(intptr_t idx) const;
- RawGrowableObjectArray* closures() const {
- return raw_ptr()->closure_functions_;
- }
- void set_closures(const GrowableObjectArray& value) const;
- void AddClosureFunction(const Function& function) const;
- RawFunction* LookupClosureFunction(intptr_t token_pos) const;
- intptr_t FindClosureIndex(const Function& function) const;
- RawFunction* ClosureFunctionFromIndex(intptr_t idx) const;
-
RawFunction* LookupDynamicFunction(const String& name) const;
RawFunction* LookupDynamicFunctionAllowPrivate(const String& name) const;
RawFunction* LookupStaticFunction(const String& name) const;
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698